OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKTSIZE
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
tftpsubs.c
59
#define
PKTSIZE
SEGSIZE+4 /* should be moved to tftp.h */
63
char buf[
PKTSIZE
]; /* room for data packet */
tftpd.c
83
#define
PKTSIZE
SEGSIZE+4
84
char buf[
PKTSIZE
];
85
char ackbuf[
PKTSIZE
];
445
n = recv(peer, dp,
PKTSIZE
, 0);
Completed in 308 milliseconds