HomeSort by: relevance | last modified time | path
    Searched refs:tftphdr (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/tftp/
tftpsubs.h 38 struct tftphdr *r_init(void);
40 int readit(FILE *, struct tftphdr **, size_t, int);
44 struct tftphdr *w_init(void);
46 int writeit(FILE *, struct tftphdr **, int, int);
tftpsubs.c 80 static struct tftphdr *rw_init(int);
82 struct tftphdr *
88 struct tftphdr *
94 static struct tftphdr *
104 return (struct tftphdr *)(void *)bfs[0].buf;
113 struct tftphdr **dpp,
126 *dpp = (struct tftphdr *)(void *)b->buf; /* set caller's ptr */
144 struct tftphdr *dp;
151 dp = (struct tftphdr *)(void *)b->buf;
185 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert
    [all...]
tftp.c 77 static int makerequest(int, const char *, struct tftphdr *, const char *, off_t);
82 static void tpacket(const char *, struct tftphdr *, int);
85 static void get_options(struct tftphdr *, int);
90 get_options(struct tftphdr *ap, int size)
224 struct tftphdr *ap; /* data and ack packets */
225 struct tftphdr *dp;
240 ap = (struct tftphdr *)(void *)ackbuf;
374 struct tftphdr *ap;
375 struct tftphdr *dp;
391 ap = (struct tftphdr *)(void *)ackbuf
    [all...]
  /src/include/arpa/
tftp.h 56 struct tftphdr { struct
  /src/sys/lib/libsa/
tftp.h 75 struct tftphdr { struct
tftp.c 77 struct tftphdr t;
105 struct tftphdr *t;
114 t = (struct tftphdr *)pkt;
157 struct tftphdr t;
163 struct tftphdr *t;
200 struct tftphdr t;
204 struct tftphdr *t;
233 struct tftphdr t;
  /src/libexec/tftpd/
tftpd.c 119 __dead static void tftp(struct tftphdr *, int);
157 struct tftphdr *tp;
440 tp = (struct tftphdr *)buf;
448 blk_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
493 timeout_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
542 tsize_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize,
587 int (*o_handler)(struct tftphdr *, const char *, char *, size_t,
601 get_options(struct tftphdr *tp, char *cp, int size, char *ackb, size_t asize,
650 tftp(struct tftphdr *tp, int size)
739 struct tftphdr *oack_h
    [all...]
  /src/sys/kern/
subr_tftproot.c 82 struct tftphdr { struct
212 struct tftphdr *tftp;
258 tftp = mtod(m_outbuf, struct tftphdr *);
352 struct tftphdr *tftp;
386 tftp = mtod(m, struct tftphdr *);
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 87 struct tftphdr *tp;
231 tp = (struct tftphdr *)req;

Completed in 20 milliseconds