HomeSort by relevance Sort by last modified time
    Searched refs:tftphdr (Results 1 - 7 of 7) sorted by null

  /external/iputils/
tftp.h 52 struct tftphdr { struct
80 extern int readit(FILE * file, struct tftphdr **dpp, int convert);
82 extern int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
85 extern struct tftphdr *w_init(void);
86 extern struct tftphdr *r_init(void);
tftpsubs.c 78 struct tftphdr *rw_init(int);
80 struct tftphdr *w_init() { return rw_init(0); } /* write-behind */
81 struct tftphdr *r_init() { return rw_init(1); } /* read-ahead */
85 struct tftphdr *rw_init(int x)
93 return (struct tftphdr *)bfs[0].buf;
100 int readit(FILE * file, struct tftphdr **dpp, int convert)
113 *dpp = (struct tftphdr *)b->buf; /* set caller's ptr */
127 struct tftphdr *dp;
134 dp = (struct tftphdr *)b->buf;
167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert
    [all...]
tftpd.c 96 void tftp(struct tftphdr *tp, int size) __attribute__((noreturn));
108 register struct tftphdr *tp;
198 tp = (struct tftphdr *)buf;
223 void tftp(struct tftphdr *tp, int size)
351 struct tftphdr *dp;
352 register struct tftphdr *ap; /* ack packet */
359 ap = (struct tftphdr *)ackbuf;
422 struct tftphdr *dp;
423 register struct tftphdr *ap; /* ack buffer */
429 ap = (struct tftphdr *)ackbuf
    [all...]
  /external/curl/tests/server/
tftp.h 42 struct tftphdr { struct
tftpd.c 127 struct tftphdr hdr;
265 static struct tftphdr *rw_init(int);
267 static struct tftphdr *w_init(void);
269 static struct tftphdr *r_init(void);
277 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size);
434 static struct tftphdr *rw_init(int x)
445 static struct tftphdr *w_init(void)
450 static struct tftphdr *r_init(void)
458 static int readit(struct testcase *test, struct tftphdr **dpp,
485 struct tftphdr *dp
    [all...]
  /bionic/libc/include/arpa/
tftp.h 53 struct tftphdr { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 49 struct tftphdr { struct

Completed in 215 milliseconds