Home
last modified time | relevance | path

Searched defs:tftphdr (Results 1 – 2 of 2) 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/tcpdump/
Dtftp.h55 struct tftphdr { struct
56 unsigned short th_opcode; /* packet type */
57 union {
61 } th_u;
62 char th_data[1]; /* data or error string */