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

  /bionic/libc/dns/nameser/
ns_netint.c 44 ns_get32(const u_char *src) { function
47 NS_GET32(dst, src);
ns_print.c 213 t = ns_get32(rdata); rdata += NS_INT32SZ;
222 t = ns_get32(rdata); rdata += NS_INT32SZ;
231 t = ns_get32(rdata); rdata += NS_INT32SZ;
240 t = ns_get32(rdata); rdata += NS_INT32SZ;
249 t = ns_get32(rdata); rdata += NS_INT32SZ;
520 t = ns_get32(rdata); rdata += NS_INT32SZ;
528 t = ns_get32(rdata); rdata += NS_INT32SZ;
533 t = ns_get32(rdata); rdata += NS_INT32SZ;
636 t = ns_get32(rdata); rdata += NS_INT32SZ;
641 t = ns_get32(rdata); rdata += NS_INT32SZ
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_netint.c 35 ns_get32(const u_char *src) { function
38 NS_GET32(dst, src);
res_comp.c 281 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); }
ns_print.c 229 t = ns_get32(rdata); rdata += NS_INT32SZ;
238 t = ns_get32(rdata); rdata += NS_INT32SZ;
247 t = ns_get32(rdata); rdata += NS_INT32SZ;
256 t = ns_get32(rdata); rdata += NS_INT32SZ;
265 t = ns_get32(rdata); rdata += NS_INT32SZ;
518 t = ns_get32(rdata); rdata += NS_INT32SZ;
526 t = ns_get32(rdata); rdata += NS_INT32SZ;
531 t = ns_get32(rdata); rdata += NS_INT32SZ;
  /bionic/libc/dns/resolv/
res_comp.c 263 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); }
res_cache.c 1098 ttl = ns_get32(rdata);
    [all...]
  /bionic/libc/include/arpa/
nameser.h 490 #define NS_GET32(l, cp) do { \
524 #define ns_get32 __ns_get32 macro
568 uint32_t ns_get32(const u_char* __src);
596 uint32_t ns_get32(const u_char* __src) __INTRODUCED_IN_64(23);
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 472 #define NS_GET32(l, cp) do { \
504 #define ns_get32 __ns_get32 macro
540 uint32_t ns_get32(const u_char *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser.h 443 #define NS_GET32(l, cp) do { \
474 u_long ns_get32 (const u_char *) __THROW;

Completed in 173 milliseconds