Public Attributes | |
union { | |
struct sockaddr sa | |
struct sockaddr_in sa_in | |
} | peer |
unsigned int | connected |
unsigned int | _errno |
unsigned int | mtu |
struct timeval | next_timeout |
struct timeval | socket_timeout |
Definition at line 144 of file bss_dgram.c.
unsigned int bio_dgram_data_st::_errno |
Definition at line 154 of file bss_dgram.c.
unsigned int bio_dgram_data_st::connected |
Definition at line 153 of file bss_dgram.c.
unsigned int bio_dgram_data_st::mtu |
Definition at line 155 of file bss_dgram.c.
struct timeval bio_dgram_data_st::next_timeout |
Definition at line 156 of file bss_dgram.c.
union { ... } bio_dgram_data_st::peer |
struct sockaddr bio_dgram_data_st::sa |
Definition at line 147 of file bss_dgram.c.
struct sockaddr_in bio_dgram_data_st::sa_in |
Definition at line 148 of file bss_dgram.c.
struct timeval bio_dgram_data_st::socket_timeout |
Definition at line 157 of file bss_dgram.c.