Home
last modified time | relevance | path

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

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