FD.io VPP
v18.04-17-g3a0d853
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | app_session_ |
struct | local_session_ |
Macros | |
#define | foreach_session_endpoint_fields |
#define | SESSION_IP46_ZERO |
#define | SESSION_ENDPOINT_NULL |
#define | SESSION_ENDPOINT_EXT_NULL |
#define | session_endpoint_to_transport(_sep) ((transport_endpoint_t *)_sep) |
Typedefs | |
typedef u8 | session_type_t |
typedef struct app_session_ | app_session_t |
typedef struct _stream_session_t | stream_session_t |
typedef struct local_session_ | local_session_t |
typedef struct _session_endpoint | session_endpoint_t |
typedef struct _session_endpoint_extended | session_endpoint_extended_t |
Functions | |
static u8 | session_endpoint_fib_proto (session_endpoint_t *sep) |
#define foreach_session_endpoint_fields |
Definition at line 141 of file stream_session.h.
#define SESSION_ENDPOINT_EXT_NULL |
Definition at line 177 of file stream_session.h.
#define SESSION_ENDPOINT_NULL |
Definition at line 168 of file stream_session.h.
#define session_endpoint_to_transport | ( | _sep | ) | ((transport_endpoint_t *)_sep) |
Definition at line 190 of file stream_session.h.
#define SESSION_IP46_ZERO |
Definition at line 162 of file stream_session.h.
typedef struct app_session_ app_session_t |
typedef struct local_session_ local_session_t |
typedef struct _session_endpoint_extended session_endpoint_extended_t |
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 |