Symbol: tftphdr
libexec/tftpd/tftp-io.c
109
packettype(ntohs(((struct tftphdr *)
libexec/tftpd/tftp-io.c
115
packettype(ntohs(((struct tftphdr *)(pkt))->th_opcode)),
libexec/tftpd/tftp-io.c
134
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
144
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
172
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
184
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
186
size = offsetof(struct tftphdr, th_stuff);
libexec/tftpd/tftp-io.c
223
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
235
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
237
size = offsetof(struct tftphdr, th_stuff);
libexec/tftpd/tftp-io.c
275
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
289
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
322
struct tftphdr *tp;
libexec/tftpd/tftp-io.c
331
tp = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
352
struct tftphdr *pkt;
libexec/tftpd/tftp-io.c
361
pkt = (struct tftphdr *)buf;
libexec/tftpd/tftp-io.c
382
struct tftphdr *pkt;
libexec/tftpd/tftp-io.c
392
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
172
struct tftphdr *rp;
usr.bin/tftp/tftp.c
179
rp = (struct tftphdr *)recvbuffer;
usr.bin/tftp/tftp.c
69
struct tftphdr *rp;
usr.bin/tftp/tftp.c
77
rp = (struct tftphdr *)recvbuffer;