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

  /bionic/libc/dns/resolv/
res_mkquery.c 178 if ((ep - cp) < RRFIXEDSZ)
180 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
200 if (ep - cp < 1 + RRFIXEDSZ + datalen)
250 if ((ep - cp) < 1 + RRFIXEDSZ)
  /bionic/libc/include/arpa/
nameser_compat.h 144 #define RRFIXEDSZ NS_RRFIXEDSZ
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 144 #define RRFIXEDSZ NS_RRFIXEDSZ
  /external/dnsmasq/src/
nameser.h 106 #define RRFIXEDSZ 10 /* #/bytes of fixed data in r record */
dnsmasq.h 157 min for DNS is PACKETSZ+MAXDNAME+RRFIXEDSZ which is < 1000.
160 #define DNSMASQ_PACKETSZ PACKETSZ+MAXDNAME+RRFIXEDSZ
forward.c 741 unsigned char *packet = whine_malloc(65536 + MAXDNAME + RRFIXEDSZ);
    [all...]
  /external/libpcap/Win32/Include/arpa/
nameser.h 97 #define RRFIXEDSZ 10 /* #/bytes of fixed data in r record */

Completed in 93 milliseconds