HomeSort by relevance Sort by last modified time
    Searched refs:ns_get32 (Results 1 - 8 of 8) sorted by null

  /bionic/libc/netbsd/nameser/
ns_netint.c 44 ns_get32(const u_char *src) { function
47 NS_GET32(dst, src);
ns_print.c 219 t = ns_get32(rdata); rdata += NS_INT32SZ;
228 t = ns_get32(rdata); rdata += NS_INT32SZ;
237 t = ns_get32(rdata); rdata += NS_INT32SZ;
246 t = ns_get32(rdata); rdata += NS_INT32SZ;
255 t = ns_get32(rdata); rdata += NS_INT32SZ;
522 t = ns_get32(rdata); rdata += NS_INT32SZ;
530 t = ns_get32(rdata); rdata += NS_INT32SZ;
535 t = ns_get32(rdata); rdata += NS_INT32SZ;
638 t = ns_get32(rdata); rdata += NS_INT32SZ;
643 t = ns_get32(rdata); rdata += NS_INT32SZ
    [all...]
  /bionic/libc/netbsd/resolv/
res_comp.c 263 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); }
res_cache.c 1053 ttl = ns_get32(rdata);
    [all...]
  /bionic/libc/private/
arpa_nameser.h 441 #define NS_GET32(l, cp) do { \
474 #define ns_get32 __ns_get32 macro
511 uint32_t ns_get32(const u_char *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 442 #define NS_GET32(l, cp) do { \
474 #define ns_get32 __ns_get32 macro
508 u_long ns_get32 (const u_char *) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 442 #define NS_GET32(l, cp) do { \
474 #define ns_get32 __ns_get32 macro
508 u_long ns_get32 (const u_char *) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 442 #define NS_GET32(l, cp) do { \
474 #define ns_get32 __ns_get32 macro
508 u_long ns_get32 (const u_char *) __THROW;

Completed in 35 milliseconds