FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | generic_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 generic_session_ | generic_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 130 of file stream_session.h.
#define SESSION_ENDPOINT_EXT_NULL |
Definition at line 166 of file stream_session.h.
#define SESSION_ENDPOINT_NULL |
Definition at line 157 of file stream_session.h.
#define session_endpoint_to_transport | ( | _sep | ) | ((transport_endpoint_t *)_sep) |
Definition at line 179 of file stream_session.h.
#define SESSION_IP46_ZERO |
Definition at line 151 of file stream_session.h.
typedef struct generic_session_ generic_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 22 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_OPENED | |
SESSION_STATE_CLOSING | |
SESSION_STATE_CLOSED | |
SESSION_STATE_N_STATES |
Definition at line 27 of file stream_session.h.
|
inlinestatic |