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

  /bionic/libc/netbsd/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 91 #define RRFIXEDSZ NS_RRFIXEDSZ
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 91 #define RRFIXEDSZ NS_RRFIXEDSZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 91 #define RRFIXEDSZ NS_RRFIXEDSZ
  /bionic/libc/private/
arpa_nameser_compat.h 142 #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 729 unsigned char *packet = whine_malloc(65536 + MAXDNAME + RRFIXEDSZ);
  /external/tcpdump/
nameser.h 72 #define RRFIXEDSZ 10

Completed in 347 milliseconds