/bionic/libc/dns/nameser/ |
ns_netint.c | 36 ns_get16(const u_char *src) { function 39 NS_GET16(dst, src);
|
ns_parse.c | 94 NS_GET16(rdlength, ptr); 113 NS_GET16(handle->_id, msg); 116 NS_GET16(handle->_flags, msg); 120 NS_GET16(handle->_counts[i], msg); 177 NS_GET16(rr->type, handle->_msg_ptr); 178 NS_GET16(rr->rr_class, handle->_msg_ptr); 187 NS_GET16(rr->rdlength, handle->_msg_ptr); 240 NS_GET16(rr->type, handle->_msg_ptr); 241 NS_GET16(rr->rr_class, handle->_msg_ptr); 250 NS_GET16(rr->rdlength, handle->_msg_ptr) [all...] |
ns_print.c | 276 t = ns_get16(rdata); 294 t = ns_get16(rdata); 360 order = ns_get16(rdata); rdata += NS_INT16SZ; 361 preference = ns_get16(rdata); rdata += NS_INT16SZ; 401 priority = ns_get16(rdata); rdata += NS_INT16SZ; 402 weight = ns_get16(rdata); rdata += NS_INT16SZ; 403 port = ns_get16(rdata); rdata += NS_INT16SZ; 480 keyflags = ns_get16(rdata); rdata += NS_INT16SZ; 523 typ = ns_get16(rdata); rdata += NS_INT16SZ; 544 footprint = ns_get16(rdata); rdata += NS_INT16SZ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libnss_hesiod-2.11.1.so | |
libnss_hesiod.so | |
libnss_hesiod.so.2 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libnss_hesiod-2.11.1.so | |
libnss_hesiod.so | |
libnss_hesiod.so.2 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/ |
nameser_compat.h | 181 #define GETSHORT NS_GET16
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
nameser_compat.h | 181 #define GETSHORT NS_GET16
|
/bionic/libc/include/arpa/ |
nameser_compat.h | 233 #define GETSHORT NS_GET16
|
nameser.h | 485 #define NS_GET16(s, cp) do { \ 525 #define ns_get16 __ns_get16 macro 580 uint16_t ns_get16(const u_char *);
|
/development/ndk/platforms/android-L/include/arpa/ |
nameser_compat.h | 233 #define GETSHORT NS_GET16
|
nameser.h | 485 #define NS_GET16(s, cp) do { \ 525 #define ns_get16 __ns_get16 macro 580 uint16_t ns_get16(const u_char *);
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/ |
nameser_compat.h | 242 #define GETSHORT NS_GET16
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/ |
nameser_compat.h | 242 #define GETSHORT NS_GET16
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/ |
nameser_compat.h | 233 #define GETSHORT NS_GET16
|
nameser.h | 485 #define NS_GET16(s, cp) do { \ 525 #define ns_get16 __ns_get16 macro 580 uint16_t ns_get16(const u_char *);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/ |
nameser_compat.h | 233 #define GETSHORT NS_GET16
|
nameser.h | 485 #define NS_GET16(s, cp) do { \ 525 #define ns_get16 __ns_get16 macro 580 uint16_t ns_get16(const u_char *);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/ |
nameser_compat.h | 233 #define GETSHORT NS_GET16
|
nameser.h | 485 #define NS_GET16(s, cp) do { \ 525 #define ns_get16 __ns_get16 macro 580 uint16_t ns_get16(const u_char *);
|
/bionic/libc/dns/resolv/ |
res_send.c | 304 ttype = ns_get16(cp); cp += INT16SZ; 305 tclass = ns_get16(cp); cp += INT16SZ; 354 ttype = ns_get16(cp); cp += INT16SZ; 355 tclass = ns_get16(cp); cp += INT16SZ; 869 resplen = ns_get16(ans); [all...] |
res_comp.c | 264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); }
|