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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 101 #if PACKETSZ > 1024
102 #define MAXPACKET PACKETSZ
130 static char *net_aliases[MAXALIASES], netbuf[PACKETSZ];
res_query.c 102 #if PACKETSZ > 1024
103 #define MAXPACKET PACKETSZ
res_update.c 122 u_char buf[PACKETSZ], answer[PACKETSZ], packet[2*PACKETSZ];
gethostbydns.c 146 #if PACKETSZ > 1024
147 #define MAXPACKET PACKETSZ
res_debug.c 212 fp_nquery(msg, PACKETSZ, file);
310 return (p_cdnname(cp, msg, PACKETSZ, file));
res_send.c 354 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ;
529 char junk[PACKETSZ];
  /bionic/libc/include/arpa/
nameser_compat.h 76 #define PACKETSZ NS_PACKETSZ
  /bionic/libc/dns/resolv/
res_query.c 111 #if PACKETSZ > 1024
112 #define MAXPACKET PACKETSZ
res_data.c 157 fp_nquery(msg, PACKETSZ, file);
res_send.c 364 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
942 char junk[PACKETSZ];
    [all...]
res_debug.c 366 return (p_cdnname(cp, msg, PACKETSZ, file));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 136 #define PACKETSZ NS_PACKETSZ
  /external/dnsmasq/src/
nameser.h 100 #define PACKETSZ 512 /* maximum packet size */
dnsmasq.c 155 if (daemon->edns_pktsz < PACKETSZ) daemon->edns_pktsz = PACKETSZ;
    [all...]
dnsmasq.h 153 min for DNS is PACKETSZ+MAXDNAME+RRFIXEDSZ which is < 1000.
156 #define DNSMASQ_PACKETSZ PACKETSZ + MAXDNAME + RRFIXEDSZ
forward.c 613 m = answer_request(header, ((char*) header) + PACKETSZ, (size_t) n, dst_addr_4, netmask, now);
    [all...]
  /external/tcpdump/
nameser.h 64 #define PACKETSZ 512 /* maximum packet size */

Completed in 739 milliseconds