|
|
Tftp_Action_kind | kind |
| |
|
union { |
|
struct { |
|
int domain |
| |
|
int type |
| |
|
int protocol |
| |
|
int result |
| |
| } socket |
| |
|
struct { |
|
int fd |
| |
|
int result |
| |
| } close |
| |
|
struct { |
|
int fd |
| |
|
int family |
| |
|
uint16_t port |
| |
|
const char * addr_str |
| |
|
int result |
| |
| } bind |
| |
|
struct { |
|
int fd |
| |
|
const void * buf |
| |
|
size_t len |
| |
|
int flags |
| |
|
uint16_t dest_port |
| |
|
const char * dest_addr_str |
| |
|
int addrlen |
| |
|
ssize_t result |
| |
| } sendto |
| |
|
struct { |
|
int fd |
| |
|
void * buf |
| |
|
size_t len |
| |
|
int flags |
| |
|
uint32_t timeout_ms |
| |
|
uint16_t src_port |
| |
|
char src_addr_str [TFTP_MAX_IP_ADDR_STRLEN] |
| |
|
int addrlen |
| |
|
ssize_t result |
| |
| } recvfrom |
| |
| } | data |
| |
The documentation for this struct was generated from the following file: