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

  /bionic/libc/dns/nameser/
ns_parse.c 84 int b, rdlength; local
94 NS_GET16(rdlength, ptr);
95 ptr += rdlength/*RData*/;
181 rr->rdlength = 0;
187 NS_GET16(rr->rdlength, handle->_msg_ptr);
188 if (handle->_msg_ptr + rr->rdlength > handle->_eom)
191 handle->_msg_ptr += rr->rdlength;
244 rr->rdlength = 0;
250 NS_GET16(rr->rdlength, handle->_msg_ptr);
251 if (handle->_msg_ptr + rr->rdlength > handle->_eom
    [all...]
  /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...]
  /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:__anon6360
    [all...]
  /bionic/libc/include/arpa/
nameser.h 164 uint16_t rdlength; member in struct:__ns_rr
177 int rdlength; member in struct:__ns_rr2
187 #define ns_rr_rdlen(rr) ((size_t)(rr).rdlength + 0)
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 164 uint16_t rdlength; member in struct:__ns_rr
177 int rdlength; member in struct:__ns_rr2
187 #define ns_rr_rdlen(rr) ((size_t)(rr).rdlength + 0)

Completed in 203 milliseconds