|
libosmo-netif
0.4.0.25-e380
Osmocom network interface library
|
Data Fields | |
| struct osmo_fd | ofd |
| struct llist_head | tx_queue |
| struct osmo_timer_list | timer |
| enum osmo_stream_cli_state | state |
| char * | addr |
| uint16_t | port |
| char * | local_addr |
| uint16_t | local_port |
| uint16_t | proto |
| int(* | connect_cb )(struct osmo_stream_cli *srv) |
| int(* | disconnect_cb )(struct osmo_stream_cli *srv) |
| int(* | read_cb )(struct osmo_stream_cli *srv) |
| int(* | write_cb )(struct osmo_stream_cli *srv) |
| void * | data |
| int | flags |
| int | reconnect_timeout |