HomeSort by relevance Sort by last modified time
    Searched defs:ns_get16 (Results 1 - 5 of 5) sorted by null

  /bionic/libc/netbsd/nameser/
ns_netint.c 36 ns_get16(const u_char *src) { function
39 NS_GET16(dst, src);
  /bionic/libc/private/
arpa_nameser.h 433 #define NS_GET16(s, cp) do { \
473 #define ns_get16 __ns_get16 macro
510 uint16_t ns_get16(const u_char *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 434 #define NS_GET16(s, cp) do { \
473 #define ns_get16 __ns_get16 macro
507 u_int ns_get16 (const u_char *) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 434 #define NS_GET16(s, cp) do { \
473 #define ns_get16 __ns_get16 macro
507 u_int ns_get16 (const u_char *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 434 #define NS_GET16(s, cp) do { \
473 #define ns_get16 __ns_get16 macro
507 u_int ns_get16 (const u_char *) __THROW;

Completed in 1536 milliseconds