Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/ndk_musl_include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/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 */