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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_parse.c 98 int b, rdlength; local
110 NS_GET16(rdlength, ptr);
111 ptr += rdlength/*RData*/;
208 rr->rdlength = 0;
216 NS_GET16(rr->rdlength, handle->_msg_ptr);
217 if (handle->_msg_ptr + rr->rdlength > handle->_eom)
220 handle->_msg_ptr += rr->rdlength;
  /bionic/libc/dns/nameser/
ns_parse.c 86 int b, rdlength; local
96 NS_GET16(rdlength, ptr);
97 ptr += rdlength/*RData*/;
183 rr->rdlength = 0;
189 NS_GET16(rr->rdlength, handle->_msg_ptr);
190 if (handle->_msg_ptr + rr->rdlength > handle->_eom)
193 handle->_msg_ptr += rr->rdlength;
246 rr->rdlength = 0;
252 NS_GET16(rr->rdlength, handle->_msg_ptr);
253 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/curl/lib/
doh.c 531 unsigned short rdlength,
544 if(rdlength != 4)
551 if(rdlength != 16)
586 unsigned short rdlength; local
646 rdlength = get16bit(doh, index);
648 if(dohlen < (index + rdlength))
651 rc = rdata(doh, dohlen, rdlength, type, index, d);
654 index += rdlength;
672 rdlength = get16bit(doh, index);
674 if(dohlen < (index + rdlength))
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 399 * RDLENGTH: 16 : size of RDDATA in bytes
822 int rdlength; local
825 rdlength = _dnsPacket_readInt16(packet);
826 hash = _dnsPacket_hashBytes(packet, rdlength, hash); /* RDATA */
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 148 uint16_t rdlength; member in struct:__ns_rr
157 #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 1097 mDNSu16 rdlength; \/\/ Size of the raw rdata, in bytes, in the on-the-wire format member in struct:__anon32579
    [all...]
  /bionic/libc/include/arpa/
nameser.h 160 uint16_t rdlength; member in struct:__ns_rr
173 int rdlength; member in struct:__ns_rr2
183 #define ns_rr_rdlen(rr) ((size_t)(rr).rdlength + 0)

Completed in 970 milliseconds