Symbol: tftphdr
libexec/tftpd/tftp-io.c
114
packettype(ntohs(((struct tftphdr *)
libexec/tftpd/tftp-io.c
120
packettype(ntohs(((struct tftphdr *)(pkt))->th_opcode)),
libexec/tftpd/tftp-io.c
139
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
149
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
177
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
189
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
191
size = offsetof(struct tftphdr, th_stuff);
libexec/tftpd/tftp-io.c
225
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
237
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
239
size = offsetof(struct tftphdr, th_stuff);
libexec/tftpd/tftp-io.c
274
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
288
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
321
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
330
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
351
struct tftphdr *pkt;
libexec/tftpd/tftp-io.c
360
pkt = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
381
struct tftphdr *pkt;
libexec/tftpd/tftp-io.c
391
pkt = (struct tftphdr *)data;
libexec/tftpd/tftp-options.c
139
option_tsize(int peer __unused, struct tftphdr *tp __unused, int mode,
libexec/tftpd/tftp-options.h
37
int option_tsize(int peer, struct tftphdr *, int, struct stat *);
libexec/tftpd/tftp-transfer.c
244
struct tftphdr *firstblock, size_t fb_size)
libexec/tftpd/tftp-transfer.c
246
struct tftphdr *rp;
libexec/tftpd/tftp-transfer.c
286
rp = (struct tftphdr *)recvbuffer;
libexec/tftpd/tftp-transfer.c
61
struct tftphdr *rp;
libexec/tftpd/tftp-transfer.c
69
rp = (struct tftphdr *)recvbuffer;
libexec/tftpd/tftp-transfer.h
30
struct tftphdr *firstblock, size_t fb_size);
libexec/tftpd/tftpd.c
115
struct tftphdr *tp;
libexec/tftpd/tftpd.c
403
tp = (struct tftphdr *)recvbuffer;
libexec/tftpd/tftpd.c
574
struct tftphdr *rp = (struct tftphdr *)lrecvbuffer;
stand/libsa/tftp.c
122
struct tftphdr *tftp_hdr;
stand/libsa/tftp.c
153
struct tftphdr t;
stand/libsa/tftp.c
179
struct tftphdr t;
stand/libsa/tftp.c
200
struct tftphdr *t;
stand/libsa/tftp.c
312
struct tftphdr t;
stand/libsa/tftp.c
320
struct tftphdr *t;
stand/libsa/tftp.c
413
struct tftphdr t;
stand/libsa/tftp.c
419
struct tftphdr *t;
usr.bin/tftp/tftp.c
168
struct tftphdr *rp;
usr.bin/tftp/tftp.c
176
rp = (struct tftphdr *)recvbuffer;
usr.bin/tftp/tftp.c
66
struct tftphdr *rp;
usr.bin/tftp/tftp.c
76
rp = (struct tftphdr *)recvbuffer;