![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for vpp_echo_proto_udp.c:Go to the source code of this file.
Functions | |
| static void | udp_echo_cleanup_cb (echo_session_t *s, u8 parent_died) |
| static void | udp_echo_connected_cb (session_connected_bundled_msg_t *mp, u32 session_index, u8 is_failed) |
| static void | udp_echo_accepted_cb (session_accepted_msg_t *mp, echo_session_t *session) |
| static void | udp_echo_sent_disconnect_cb (echo_session_t *s) |
| static void | udp_echo_disconnected_cb (session_disconnected_msg_t *mp, echo_session_t *s) |
| static void | udp_echo_reset_cb (session_reset_msg_t *mp, echo_session_t *s) |
| static void | udp_echo_bound_uri_cb (session_bound_msg_t *mp, echo_session_t *session) |
| ECHO_REGISTER_PROTO (TRANSPORT_PROTO_UDP, echo_udp_proto_cb_vft) | |
Variables | |
| echo_proto_cb_vft_t | echo_udp_proto_cb_vft |
| ECHO_REGISTER_PROTO | ( | TRANSPORT_PROTO_UDP | , |
| echo_udp_proto_cb_vft | |||
| ) |
|
static |
|
static |
|
static |
Definition at line 22 of file vpp_echo_proto_udp.c.
|
static |
|
static |
|
static |
Definition at line 119 of file vpp_echo_proto_udp.c.
|
static |
Definition at line 101 of file vpp_echo_proto_udp.c.
| echo_proto_cb_vft_t echo_udp_proto_cb_vft |
Definition at line 163 of file vpp_echo_proto_udp.c.