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

  /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/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;
  /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)

Completed in 102 milliseconds