Home
last modified time | relevance | path

Searched defs:tftphdr (Results 1 – 3 of 3) sorted by relevance

/external/iputils/
Dtftp.h52 struct tftphdr { struct
53 short th_opcode; /* packet type */
54 union {
80 extern int readit(FILE * file, struct tftphdr **dpp, int convert); argument
/external/curl/tests/server/
Dtftp.h42 struct tftphdr { struct
43 short th_opcode; /* packet type */
44 unsigned short th_block; /* all sorts of things */
45 char th_data[1]; /* data or error string */
/external/tcpdump/
Dprint-tftp.c50 struct tftphdr { struct
51 unsigned short th_opcode; /* packet type */
52 union {
56 } th_u;
57 char th_data[1]; /* data or error string */