|
OpenVPN
|

Go to the source code of this file.
Functions | |
| void | multi_process_io_udp (struct multi_context *m, struct link_socket *sock, unsigned int rwflags) |
| struct multi_instance * | multi_get_create_instance_udp (struct multi_context *m, bool *floated, struct link_socket *sock) |
| Get, and if necessary create, the multi_instance associated with a packet's source address. | |
| void multi_process_io_udp | ( | struct multi_context * | m, |
| struct link_socket * | sock, | ||
| unsigned int | rwflags | ||
| ) |
Definition at line 365 of file mudp.c.
References IS_SIG, MPP_CLOSE_ON_SIGNAL, MPP_PRE_SELECT, multi_process_incoming_link(), multi_process_outgoing_link(), read_incoming_link(), SOCKET_READ, SOCKET_WRITE, and multi_context::top.
Referenced by multi_io_process_io().