OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKTSIZE
(Results
1 - 3
of
3
) 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);
/external/curl/tests/server/
tftpd.c
101
#ifndef
PKTSIZE
102
#define
PKTSIZE
(SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
128
char storage[
PKTSIZE
];
629
char rbuf[
PKTSIZE
];
[
all
...]
Completed in 115 milliseconds