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/tcpdump/
tftp.h
55
struct
tftphdr
{
struct
print-tftp.c
77
register const struct
tftphdr
*tp;
83
tp = (const struct
tftphdr
*)bp;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h
49
struct
tftphdr
{
struct
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h
49
struct
tftphdr
{
struct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h
49
struct
tftphdr
{
struct
Completed in 36 milliseconds