OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXPACKET
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libc/resolv/
res_query.c
129
#define
MAXPACKET
PACKETSZ
131
#define
MAXPACKET
1024
151
u_char buf[
MAXPACKET
];
/src/external/bsd/libbind/dist/resolv/
res_query.c
97
#define
MAXPACKET
PACKETSZ
99
#define
MAXPACKET
1024
119
u_char buf[
MAXPACKET
];
/src/lib/libc/net/
getnetnamadr.c
92
#define
MAXPACKET
(64*1024)
96
u_char buf[
MAXPACKET
];
gethnamaddr.c
139
#define
MAXPACKET
(64*1024)
143
u_char buf[
MAXPACKET
];
getaddrinfo.c
214
#define
MAXPACKET
(64*1024)
218
u_char buf[
MAXPACKET
];
2554
u_char buf[
MAXPACKET
];
/src/external/bsd/libbind/dist/irs/
dns_nw.c
61
#define
MAXPACKET
(64*1024)
249
ansbuf = memget(
MAXPACKET
);
255
anslen = res_nsearch(pvt->res, name, C_IN, T_PTR, ansbuf,
MAXPACKET
);
257
memput(ansbuf,
MAXPACKET
);
262
memput(ansbuf,
MAXPACKET
);
281
ansbuf = memget(
MAXPACKET
);
287
anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf,
MAXPACKET
);
289
memput(ansbuf,
MAXPACKET
);
294
memput(ansbuf,
MAXPACKET
);
462
ansbuf = memget(
MAXPACKET
);
[
all
...]
lcl_ho.c
103
#define
MAXPACKET
PACKETSZ
105
#define
MAXPACKET
1024
nis_ho.c
68
#define
MAXPACKET
PACKETSZ
70
#define
MAXPACKET
1024
dns_ho.c
100
#define
MAXPACKET
(65535) /*%< Maximum TCP message size */
109
u_char buf[
MAXPACKET
];
/src/usr.sbin/traceroute6/
traceroute6.c
289
#define
MAXPACKET
65535 /* max ip packet size */
528
else if (datalen >=
MAXPACKET
)
530
minlen, (u_long)
MAXPACKET
);
/src/sbin/ping/
ping.c
98
#define
MAXPACKET
(IP_MAXPACKET-60-8) /* max packet size */
178
u_char u_buf[
MAXPACKET
+offsetof(struct icmp, icmp_data)];
383
if (l >
MAXPACKET
)
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026