Symbol: tftphdr
sys/lib/libsa/tftp.c
104
struct tftphdr *t;
sys/lib/libsa/tftp.c
113
t = (struct tftphdr *) pkt;
sys/lib/libsa/tftp.c
156
struct tftphdr t;
sys/lib/libsa/tftp.c
162
struct tftphdr *t;
sys/lib/libsa/tftp.c
201
struct tftphdr t;
sys/lib/libsa/tftp.c
205
struct tftphdr *t;
sys/lib/libsa/tftp.c
236
struct tftphdr t;
sys/lib/libsa/tftp.c
77
struct tftphdr t;
usr.bin/tftp/tftp.c
129
struct tftphdr *dp, *ap; /* data and ack packets */
usr.bin/tftp/tftp.c
142
ap = (struct tftphdr *)ackbuf;
usr.bin/tftp/tftp.c
275
struct tftphdr *dp, *ap; /* data and ack packets */
usr.bin/tftp/tftp.c
288
ap = (struct tftphdr *)ackbuf;
usr.bin/tftp/tftp.c
440
makerequest(int request, const char *name, struct tftphdr *tp,
usr.bin/tftp/tftp.c
450
pktlen = packet_size - offsetof(struct tftphdr, th_stuff);
usr.bin/tftp/tftp.c
484
struct tftphdr *tp;
usr.bin/tftp/tftp.c
487
tp = (struct tftphdr *)ackbuf;
usr.bin/tftp/tftp.c
508
tpacket(const char *s, struct tftphdr *tp, int n)
usr.bin/tftp/tftp.c
583
oack(struct tftphdr *tp, int size, int trace)
usr.bin/tftp/tftp.c
63
static int makerequest(int, const char *, struct tftphdr *, const char *);
usr.bin/tftp/tftp.c
65
static void tpacket(const char *, struct tftphdr *, int);
usr.bin/tftp/tftp.c
70
static void oack(struct tftphdr *, int, int);
usr.bin/tftp/tftpsubs.c
101
return ((struct tftphdr *)bfs[0].buf);
usr.bin/tftp/tftpsubs.c
109
readit(FILE *file, struct tftphdr **dpp, int convert, int segment_size)
usr.bin/tftp/tftpsubs.c
120
*dpp = (struct tftphdr *)b->buf; /* set caller's ptr */
usr.bin/tftp/tftpsubs.c
136
struct tftphdr *dp;
usr.bin/tftp/tftpsubs.c
143
dp = (struct tftphdr *)b->buf;
usr.bin/tftp/tftpsubs.c
179
writeit(FILE *file, struct tftphdr **dpp, int ct, int convert)
usr.bin/tftp/tftpsubs.c
187
*dpp = (struct tftphdr *)bfs[current].buf;
usr.bin/tftp/tftpsubs.c
207
struct tftphdr *dp;
usr.bin/tftp/tftpsubs.c
215
dp = (struct tftphdr *)b->buf;
usr.bin/tftp/tftpsubs.c
62
static struct tftphdr *rw_init(int);
usr.bin/tftp/tftpsubs.c
75
struct tftphdr *
usr.bin/tftp/tftpsubs.c
81
struct tftphdr *
usr.bin/tftp/tftpsubs.c
91
static struct tftphdr *
usr.bin/tftp/tftpsubs.h
39
struct tftphdr *r_init(void);
usr.bin/tftp/tftpsubs.h
41
int readit(FILE *, struct tftphdr **, int, int);
usr.bin/tftp/tftpsubs.h
45
struct tftphdr *w_init(void);
usr.bin/tftp/tftpsubs.h
47
int writeit(FILE *, struct tftphdr **, int, int);
usr.sbin/tcpdump/print-tftp.c
71
const struct tftphdr *tp;
usr.sbin/tcpdump/print-tftp.c
77
tp = (const struct tftphdr *)bp;
usr.sbin/tftp-proxy/tftp-proxy.c
692
struct tftphdr *tp;
usr.sbin/tftp-proxy/tftp-proxy.c
729
tp = (struct tftphdr *)r->buf;
usr.sbin/tftpd/tftpd.c
1152
struct tftphdr *dp;
usr.sbin/tftpd/tftpd.c
1156
dp = (struct tftphdr *)client->buf;
usr.sbin/tftpd/tftpd.c
1196
struct tftphdr *ap; /* ack packet */
usr.sbin/tftpd/tftpd.c
1223
ap = (struct tftphdr *)rbuf;
usr.sbin/tftpd/tftpd.c
1294
struct tftphdr *ap; /* ack packet */
usr.sbin/tftpd/tftpd.c
1296
ap = (struct tftphdr *)client->buf;
usr.sbin/tftpd/tftpd.c
1324
struct tftphdr *dp;
usr.sbin/tftpd/tftpd.c
1353
dp = (struct tftphdr *)wbuf;
usr.sbin/tftpd/tftpd.c
1410
struct tftphdr *dp;
usr.sbin/tftpd/tftpd.c
1434
dp = (struct tftphdr *)wbuf;
usr.sbin/tftpd/tftpd.c
1471
struct tftphdr *tp;
usr.sbin/tftpd/tftpd.c
1476
tp = (struct tftphdr *)client->buf;
usr.sbin/tftpd/tftpd.c
1512
struct tftphdr *tp;
usr.sbin/tftpd/tftpd.c
1516
tp = (struct tftphdr *)client->buf;
usr.sbin/tftpd/tftpd.c
1581
struct tftphdr *ap;
usr.sbin/tftpd/tftpd.c
1610
ap = (struct tftphdr *)client->buf;
usr.sbin/tftpd/tftpd.c
170
void tftp(struct tftp_client *, struct tftphdr *, size_t);
usr.sbin/tftpd/tftpd.c
683
struct tftphdr *tp;
usr.sbin/tftpd/tftpd.c
768
tp = (struct tftphdr *)client->buf;
usr.sbin/tftpd/tftpd.c
826
tftp(struct tftp_client *client, struct tftphdr *tp, size_t size)