/bionic/libc/netbsd/nameser/ |
ns_parse.c | 83 int b, rdlength; local 93 NS_GET16(rdlength, ptr); 94 ptr += rdlength/*RData*/; 178 rr->rdlength = 0; 184 NS_GET16(rr->rdlength, handle->_msg_ptr); 185 if (handle->_msg_ptr + rr->rdlength > handle->_eom) 188 handle->_msg_ptr += rr->rdlength;
|
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 125 int rdlength; local 163 rdlength = rr->rri_rdatas[i].rdi_length; 167 rdlength -= INT16SZ; 169 rdlength -= INT16SZ; 171 rdlength -= 1; 175 type, keytag, algorithm, rdlength); 180 rr->rri_flags, rdlength, cp); 211 int qdcount, ancount, rdlength; local 289 GETSHORT(rdlength, cp); /* RDLENGTH */ [all...] |
/bionic/libc/private/ |
arpa_nameser.h | 139 uint16_t rdlength; member in struct:__ns_rr 148 #define ns_rr_rdlen(rr) ((size_t)(rr).rdlength + 0)
|
/external/mdnsresponder/mDNSCore/ |
uDNS.c | 718 opt->rdlength = sizeof(rdataOPT); // One option in this OPT record 2806 int rdlength; local [all...] |
mDNSEmbeddedAPI.h | 1086 mDNSu16 rdlength; \/\/ Size of the raw rdata, in bytes, in the on-the-wire format member in struct:__anon25416 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
nameser.h | 144 u_int16_t rdlength; member in struct:__ns_rr 153 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
nameser.h | 144 u_int16_t rdlength; member in struct:__ns_rr 153 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
nameser.h | 144 u_int16_t rdlength; member in struct:__ns_rr 153 #define ns_rr_rdlen(rr) ((rr).rdlength + 0)
|