Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libsa/
H A Dtftp.h75 struct tftphdr { struct
76 short th_opcode; /* packet type */
77 union {
81 } th_u;
82 char th_data[1]; /* data or error string */
/netbsd-src/include/arpa/
H A Dtftp.h56 struct tftphdr { struct
57 short th_opcode; /* packet type */
58 union {
62 } th_u;
63 char th_data[1]; /* data or error string */
/netbsd-src/sys/kern/
H A Dsubr_tftproot.c82 struct tftphdr { struct
83 short th_opcode; /* packet type */
84 union {
88 } th_u;
89 char th_data[1]; /* data or error string */