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

  /src/lib/libc/nameser/
ns_netint.c 40 ns_get16(const u_char *src) { function
43 NS_GET16(dst, src);
  /src/external/bsd/libbind/dist/nameser/
ns_netint.c 35 ns_get16(const u_char *src) { function
38 NS_GET16(dst, src);
  /src/include/arpa/
nameser.h 494 #define NS_GET16(s, cp) do { \
534 #define ns_get16 __ns_get16 macro
589 uint16_t ns_get16(const u_char *);
  /src/external/bsd/libbind/dist/include/arpa/
nameser.h 493 #define NS_GET16(s, cp) do { \
533 #define ns_get16 __ns_get16 macro
588 u_int ns_get16 __P((const u_char *));

Completed in 27 milliseconds