FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | SESSION_IP46_ZERO |
#define | SESSION_ENDPOINT_NULL |
#define | session_endpoint_to_transport(_sep) ((transport_endpoint_t *)_sep) |
Typedefs | |
typedef u8 | session_type_t |
typedef struct _stream_session_t | stream_session_t |
typedef struct _session_endpoint | session_endpoint_t |
Functions | |
static u8 | session_endpoint_fib_proto (session_endpoint_t *sep) |
#define SESSION_ENDPOINT_NULL |
Definition at line 94 of file stream_session.h.
#define session_endpoint_to_transport | ( | _sep | ) | ((transport_endpoint_t *)_sep) |
Definition at line 104 of file stream_session.h.
#define SESSION_IP46_ZERO |
Definition at line 88 of file stream_session.h.
typedef struct _session_endpoint session_endpoint_t |
typedef u8 session_type_t |
Definition at line 23 of file stream_session.h.
typedef struct _stream_session_t stream_session_t |
Enumerator | |
---|---|
SESSION_STATE_LISTENING | |
SESSION_STATE_CONNECTING | |
SESSION_STATE_ACCEPTING | |
SESSION_STATE_READY | |
SESSION_STATE_CONNECTING_READY | |
SESSION_STATE_CLOSED | |
SESSION_STATE_N_STATES |
Definition at line 28 of file stream_session.h.
|
inlinestatic |