OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tftphdr
(Results
1 - 8
of
8
) 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);
429
static struct
tftphdr
*rw_init(int x)
440
static struct
tftphdr
*w_init(void)
445
static struct
tftphdr
*r_init(void)
453
static int readit(struct testcase *test, struct
tftphdr
**dpp,
480
struct
tftphdr
*dp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h
49
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
/external/tcpdump/
print-tftp.c
50
struct
tftphdr
{
struct
110
register const struct
tftphdr
*tp;
115
tp = (const struct
tftphdr
*)bp;
Completed in 1060 milliseconds