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

/openbsd-current/include/arpa/
H A Dtftp.h41 #define SEGSIZE 512 /* data segment size */ macro
/openbsd-current/sys/lib/libsa/
H A Dtftp.h65 #define SEGSIZE 512 /* data segment size */ macro
H A Dtftp.c190 if (res < SEGSIZE)
225 if (res < SEGSIZE)
295 needblock = tftpfile->off / SEGSIZE + 1;
327 offinblock = tftpfile->off % SEGSIZE;
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-tftp.c30 #ifdef SEGSIZE
31 #undef SEGSIZE /* SINIX sucks */ macro
H A Dprint-udp.c43 #ifdef SEGSIZE
44 #undef SEGSIZE macro
/openbsd-current/usr.bin/tftp/
H A Dtftp.c89 unsigned int segment_size = SEGSIZE;
90 unsigned int packet_size = SEGSIZE + 4;
/openbsd-current/usr.sbin/tftpd/
H A Dtftpd.c641 client->segment_size = SEGSIZE;
642 client->packet_size = SEGSIZE + 4;
/openbsd-current/usr.sbin/tftp-proxy/
H A Dtftp-proxy.c60 #define PKTSIZE SEGSIZE+4

Completed in 191 milliseconds