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

  /cts/tests/tests/net/native/dns/
NativeDnsAsyncTest.cpp 33 constexpr int MAXPACKET = 8 * 1024;
80 uint8_t buf[MAXPACKET] = {};
81 int res = getAsyncResponse(fd, TIMEOUT_MS, &rcode, buf, MAXPACKET);
97 uint8_t buf[MAXPACKET] = {};
98 int res = getAsyncResponse(fd, TIMEOUT_MS, &rcode, buf, MAXPACKET);
128 uint8_t buf1[MAXPACKET] = {};
133 uint8_t buf2[MAXPACKET] = {};
166 uint8_t buf[MAXPACKET] = {};
231 std::vector<uint8_t> largeBuf(2 * MAXPACKET, 0);
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.cpp 67 static const int MAXPACKET = 8 * 1024;
122 uint8_t buf[MAXPACKET] = {};
123 int res = getAsyncResponse(env, fd, TIMEOUT_MS, &rcode, buf, MAXPACKET);
138 uint8_t buf[MAXPACKET] = {};
139 int res = getAsyncResponse(env, fd, TIMEOUT_MS, &rcode, buf, MAXPACKET);
184 uint8_t buf1[MAXPACKET] = {};
189 uint8_t buf2[MAXPACKET] = {};
285 uint8_t largeBuf[2 * MAXPACKET] = {};
  /bionic/libc/dns/resolv/
res_query.c 112 #define MAXPACKET PACKETSZ
114 #define MAXPACKET 1024
134 u_char buf[MAXPACKET];
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 102 #define MAXPACKET PACKETSZ
104 #define MAXPACKET 1024
109 u_char buf[MAXPACKET];
res_query.c 103 #define MAXPACKET PACKETSZ
105 #define MAXPACKET 1024
127 u_char buf[MAXPACKET];
gethostbydns.c 147 #define MAXPACKET PACKETSZ
149 #define MAXPACKET 1024
154 u_char buf[MAXPACKET];
getaddrinfo.c 191 #define MAXPACKET (64*1024)
195 u_char buf[MAXPACKET];
    [all...]
  /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 202 #define MAXPACKET (8*1024)
206 u_char buf[MAXPACKET];
    [all...]
gethnamaddr.c 130 #define MAXPACKET (8*1024)
134 u_char buf[MAXPACKET];
    [all...]

Completed in 341 milliseconds