Searched refs:SEGSIZE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftp.h29 #define SEGSIZE 512 /* data segment size */ macro
H A Dtftpd.c102 #define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
132 * bf.counter values in range [-1 .. SEGSIZE] represents size of data in the
500 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
501 size_t copy_n = MIN(SEGSIZE, test->rcount);
512 for (i = 0 ; i < SEGSIZE; i++) {
1283 } while (size == SEGSIZE);
1353 } while (size == SEGSIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtftp.h43 #define SEGSIZE 512 /* data segment size */ macro
H A Dprint-tftp.c35 #ifdef SEGSIZE
36 #undef SEGSIZE /* SINIX sucks */ macro
H A Dprint-udp.c33 #ifdef SEGSIZE
34 #undef SEGSIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftp.h41 #define SEGSIZE 512 /* data segment size */ macro
H A Dtftpsubs.c59 #define PKTSIZE SEGSIZE+4 /* should be moved to tftp.h */
69 /* [-1 .. SEGSIZE] = size of data in the data buffer */
134 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
139 for (i = 0 ; i < SEGSIZE; i++) {
H A Dtftpd.c84 #define PKTSIZE SEGSIZE+4
406 } while (size == SEGSIZE);
473 } while (size == SEGSIZE);

Completed in 122 milliseconds