OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXPACKET
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/netbsd/resolv/
res_query.c
111
#define
MAXPACKET
PACKETSZ
113
#define
MAXPACKET
1024
133
u_char buf[
MAXPACKET
];
/bionic/libc/netbsd/
gethnamaddr.c
86
#define
MAXPACKET
(64*1024)
90
u_char buf[
MAXPACKET
];
/bionic/libc/netbsd/net/
getaddrinfo.c
196
#define
MAXPACKET
(64*1024)
200
u_char buf[
MAXPACKET
];
[
all
...]
Completed in 1302 milliseconds