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

  /bionic/libc/dns/resolv/
res_query.c 112 #define MAXPACKET PACKETSZ
114 #define MAXPACKET 1024
134 u_char buf[MAXPACKET];
  /external/iputils/
traceroute6.c 276 #define MAXPACKET 65535
477 datalen >= MAXPACKET) {
480 (int)sizeof(struct pkt_format), MAXPACKET);
rdisc.c 159 #define MAXPACKET 4096 /* max packet size */
462 u_char packet[MAXPACKET];
542 static u_char outpack[MAXPACKET];
586 static u_char outpack[MAXPACKET];
    [all...]
ping6.c 135 #define MAXPACKET 128000 /* max packet size */
152 u_char outpack[MAXPACKET];
153 int maxpacket = sizeof(outpack); variable
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 203 #define MAXPACKET (64*1024)
207 u_char buf[MAXPACKET];
    [all...]
gethnamaddr.c 122 #define MAXPACKET (64*1024)
126 u_char buf[MAXPACKET];
    [all...]

Completed in 211 milliseconds