FD.io VPP
v21.01.1
Vector Packet Processing
|
Data Fields | |
union { | |
struct { | |
u32 l_index | |
app_ns index for files and app_index for sockets More... | |
u32 u_index | |
socket index for files and clib file index for sockets More... | |
} | |
u64 as_u64 | |
}; | |
Definition at line 94 of file application_namespace.h.
union { ... } |
u64 app_ns_api_handle_::as_u64 |
Definition at line 105 of file application_namespace.h.
u32 app_ns_api_handle_::l_index |
app_ns index for files and app_index for sockets
Definition at line 101 of file application_namespace.h.
u32 app_ns_api_handle_::u_index |
socket index for files and clib file index for sockets
Definition at line 103 of file application_namespace.h.