#include <sbox.hpp>
Atrybuty publiczne | |
struct iphdr | ip |
struct udphdr | udp |
unsigned short | opcode |
union { | |
char rrq [512] | |
struct { | |
unsigned short block | |
} ack | |
struct { | |
unsigned short errcode | |
char errmsg [512-2] | |
} err | |
} | u |
Definicja w linii 569 pliku sbox.hpp.
struct iphdr tftpreq_t::ip [read] |
struct udphdr tftpreq_t::udp [read] |
unsigned short tftpreq_t::opcode |
char tftpreq_t::rrq[512] |
unsigned short tftpreq_t::block |
struct { ... } tftpreq_t::ack |
unsigned short tftpreq_t::errcode |
char tftpreq_t::errmsg[512-2] |
struct { ... } tftpreq_t::err |
union { ... } tftpreq_t::u |