Anjay Lite
|
Network backend interface for UDP transport. More...
Go to the source code of this file.
Network backend interface for UDP transport.
Declares the UDP variant of the generic anj_net_api.h functions (create, connect, send, recv, shutdown, etc.).
These symbols are defined only if ANJ_NET_WITH_UDP is enabled. They provide the UDP binding used by anj_net_wrapper.h for dispatch.
anj_net_cleanup_ctx_t anj_udp_cleanup_ctx |
anj_net_close_t anj_udp_close |
anj_net_connect_t anj_udp_connect |
anj_net_create_ctx_t anj_udp_create_ctx |
anj_net_get_inner_mtu_t anj_udp_get_inner_mtu |
anj_net_get_state_t anj_udp_get_state |
anj_net_queue_mode_rx_off_t anj_udp_queue_mode_rx_off |
anj_net_recv_t anj_udp_recv |
anj_net_send_t anj_udp_send |
anj_net_shutdown_t anj_udp_shutdown |