Searched refs:PKTSIZE (Results 1 - 2 of 2) sorted by relevance

/external/iputils/
H A Dtftpsubs.c59 #define PKTSIZE SEGSIZE+4 /* should be moved to tftp.h */ macro
63 char buf[PKTSIZE]; /* room for data packet */
H A Dtftpd.c83 #define PKTSIZE SEGSIZE+4 macro
84 char buf[PKTSIZE];
85 char ackbuf[PKTSIZE];
445 n = recv(peer, dp, PKTSIZE, 0);

Completed in 115 milliseconds