HomeSort by: relevance | last modified time | path
    Searched defs:ns_put16 (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/nameser/
ns_netint.c 56 ns_put16(uint16_t src, u_char *dst) { function
57 NS_PUT16(src, dst);
  /src/external/bsd/libbind/dist/nameser/
ns_netint.c 51 ns_put16(u_int src, u_char *dst) { function
52 NS_PUT16(src, dst);
  /src/include/arpa/
nameser.h 512 #define NS_PUT16(s, cp) do { \
536 #define ns_put16 __ns_put16 macro
591 void ns_put16(uint16_t, u_char *);
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 511 #define NS_PUT16(s, cp) do { \
535 #define ns_put16 __ns_put16 macro
590 void ns_put16 __P((u_int, u_char *));

Completed in 29 milliseconds