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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 85 #define PACKETSZ NS_PACKETSZ
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 85 #define PACKETSZ NS_PACKETSZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 85 #define PACKETSZ NS_PACKETSZ
  /bionic/libc/netbsd/resolv/
res_query.c 110 #if PACKETSZ > 1024
111 #define MAXPACKET PACKETSZ
res_data.c 163 fp_nquery(msg, PACKETSZ, file);
res_send.c 383 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
889 char junk[PACKETSZ];
    [all...]
res_debug.c 329 return (p_cdnname(cp, msg, PACKETSZ, file));
  /bionic/libc/private/
arpa_nameser_compat.h 136 #define PACKETSZ NS_PACKETSZ
  /external/dnsmasq/src/
nameser.h 100 #define PACKETSZ 512 /* maximum packet size */
dnsmasq.c 117 if (daemon->edns_pktsz < PACKETSZ)
118 daemon->edns_pktsz = PACKETSZ;
    [all...]
dnsmasq.h 157 min for DNS is PACKETSZ+MAXDNAME+RRFIXEDSZ which is < 1000.
160 #define DNSMASQ_PACKETSZ PACKETSZ+MAXDNAME+RRFIXEDSZ
forward.c 702 m = answer_request (header, ((char *) header) + PACKETSZ, (size_t)n,
  /external/tcpdump/
nameser.h 65 #define PACKETSZ 512 /* maximum packet size */

Completed in 356 milliseconds