Symbol: tftphdr
dist/pf/libexec/tftp-proxy/tftp-proxy.c
231
tp = (struct tftphdr *)req;
dist/pf/libexec/tftp-proxy/tftp-proxy.c
87
struct tftphdr *tp;
libexec/tftpd/tftpd.c
1054
struct tftphdr *dp;
libexec/tftpd/tftpd.c
1055
struct tftphdr *ap; /* ack buffer */
libexec/tftpd/tftpd.c
1061
ap = (struct tftphdr *)oackbuf;
libexec/tftpd/tftpd.c
1066
ap = (struct tftphdr *)ackbuf;
libexec/tftpd/tftpd.c
1079
ap = (struct tftphdr *) (etftp ? oackbuf : ackbuf);
libexec/tftpd/tftpd.c
119
__dead static void tftp(struct tftphdr *, int);
libexec/tftpd/tftpd.c
1196
struct tftphdr *tp;
libexec/tftpd/tftpd.c
1200
tp = (struct tftphdr *)buf;
libexec/tftpd/tftpd.c
157
struct tftphdr *tp;
libexec/tftpd/tftpd.c
440
tp = (struct tftphdr *)buf;
libexec/tftpd/tftpd.c
448
blk_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
libexec/tftpd/tftpd.c
493
timeout_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
libexec/tftpd/tftpd.c
542
tsize_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
libexec/tftpd/tftpd.c
587
int (*o_handler)(struct tftphdr *, const char *, char *, size_t,
libexec/tftpd/tftpd.c
601
get_options(struct tftphdr *tp, char *cp, int size, char *ackb, size_t asize,
libexec/tftpd/tftpd.c
650
tftp(struct tftphdr *tp, int size)
libexec/tftpd/tftpd.c
739
struct tftphdr *oack_h;
libexec/tftpd/tftpd.c
750
oack_h = (struct tftphdr *) oackbuf;
libexec/tftpd/tftpd.c
951
struct tftphdr *dp;
libexec/tftpd/tftpd.c
952
struct tftphdr *ap; /* ack packet */
libexec/tftpd/tftpd.c
957
ap = (struct tftphdr *)ackbuf;
libexec/tftpd/tftpd.c
959
dp = (struct tftphdr *)oackbuf;
sys/kern/subr_tftproot.c
212
struct tftphdr *tftp;
sys/kern/subr_tftproot.c
258
tftp = mtod(m_outbuf, struct tftphdr *);
sys/kern/subr_tftproot.c
352
struct tftphdr *tftp;
sys/kern/subr_tftproot.c
386
tftp = mtod(m, struct tftphdr *);
sys/lib/libsa/tftp.c
105
struct tftphdr *t;
sys/lib/libsa/tftp.c
114
t = (struct tftphdr *)pkt;
sys/lib/libsa/tftp.c
157
struct tftphdr t;
sys/lib/libsa/tftp.c
163
struct tftphdr *t;
sys/lib/libsa/tftp.c
200
struct tftphdr t;
sys/lib/libsa/tftp.c
204
struct tftphdr *t;
sys/lib/libsa/tftp.c
233
struct tftphdr t;
sys/lib/libsa/tftp.c
77
struct tftphdr t;
usr.bin/tftp/tftp.c
224
struct tftphdr *ap; /* data and ack packets */
usr.bin/tftp/tftp.c
225
struct tftphdr *dp;
usr.bin/tftp/tftp.c
240
ap = (struct tftphdr *)(void *)ackbuf;
usr.bin/tftp/tftp.c
374
struct tftphdr *ap;
usr.bin/tftp/tftp.c
375
struct tftphdr *dp;
usr.bin/tftp/tftp.c
391
ap = (struct tftphdr *)(void *)ackbuf;
usr.bin/tftp/tftp.c
537
makerequest(int request, const char *name, struct tftphdr *tp, const char *mode,
usr.bin/tftp/tftp.c
607
struct tftphdr *tp;
usr.bin/tftp/tftp.c
611
tp = (struct tftphdr *)(void *)ackbuf;
usr.bin/tftp/tftp.c
633
tpacket(const char *s, struct tftphdr *tp, int n)
usr.bin/tftp/tftp.c
77
static int makerequest(int, const char *, struct tftphdr *, const char *, off_t);
usr.bin/tftp/tftp.c
82
static void tpacket(const char *, struct tftphdr *, int);
usr.bin/tftp/tftp.c
85
static void get_options(struct tftphdr *, int);
usr.bin/tftp/tftp.c
90
get_options(struct tftphdr *ap, int size)
usr.bin/tftp/tftpsubs.c
104
return (struct tftphdr *)(void *)bfs[0].buf;
usr.bin/tftp/tftpsubs.c
113
struct tftphdr **dpp,
usr.bin/tftp/tftpsubs.c
126
*dpp = (struct tftphdr *)(void *)b->buf; /* set caller's ptr */
usr.bin/tftp/tftpsubs.c
144
struct tftphdr *dp;
usr.bin/tftp/tftpsubs.c
151
dp = (struct tftphdr *)(void *)b->buf;
usr.bin/tftp/tftpsubs.c
185
writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
usr.bin/tftp/tftpsubs.c
193
*dpp = (struct tftphdr *)(void *)bfs[current].buf;
usr.bin/tftp/tftpsubs.c
212
struct tftphdr *dp;
usr.bin/tftp/tftpsubs.c
220
dp = (struct tftphdr *)(void *)b->buf;
usr.bin/tftp/tftpsubs.c
80
static struct tftphdr *rw_init(int);
usr.bin/tftp/tftpsubs.c
82
struct tftphdr *
usr.bin/tftp/tftpsubs.c
88
struct tftphdr *
usr.bin/tftp/tftpsubs.c
94
static struct tftphdr *
usr.bin/tftp/tftpsubs.h
38
struct tftphdr *r_init(void);
usr.bin/tftp/tftpsubs.h
40
int readit(FILE *, struct tftphdr **, size_t, int);
usr.bin/tftp/tftpsubs.h
44
struct tftphdr *w_init(void);
usr.bin/tftp/tftpsubs.h
46
int writeit(FILE *, struct tftphdr **, int, int);