/external/iputils/ |
tftp.h | 58 } th_u; member in struct:tftphdr 62 #define th_block th_u.tu_block 63 #define th_code th_u.tu_code 64 #define th_stuff th_u.tu_stuff
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
tftp.h | 55 } __attribute__ ((__packed__)) th_u; member in struct:tftphdr 59 #define th_block th_u.tu_block 60 #define th_code th_u.tu_code 61 #define th_stuff th_u.tu_stuff
|
/bionic/libc/include/arpa/ |
tftp.h | 59 } __packed th_u; member in struct:tftphdr 63 #define th_block th_u.tu_block 64 #define th_code th_u.tu_code 65 #define th_stuff th_u.tu_stuff
|