HomeSort by: relevance | last modified time | path
    Searched defs:th_u (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
tftp.h 81 } th_u; member in struct:tftphdr
85 #define th_block th_u.tu_block
86 #define th_code th_u.tu_code
87 #define th_stuff th_u.tu_stuff
  /src/include/arpa/
tftp.h 62 } th_u; member in struct:tftphdr
66 #define th_block th_u.tu_block
67 #define th_code th_u.tu_code
68 #define th_stuff th_u.tu_stuff
  /src/sys/kern/
subr_tftproot.c 88 } th_u; member in struct:tftphdr
92 #define th_block th_u.tu_block
93 #define th_code th_u.tu_code
94 #define th_stuff th_u.tu_stuff

Completed in 34 milliseconds