SafeAPI Backend POSIX
POSIX/Linux OAL backend for safeAPIFreamwork
Loading...
Searching...
No Matches
sapi_posix_channel_state_t Struct Reference

Data Fields

int fd
sapi_netlink_config_t config
struct sockaddr_in peer_addr
socklen_t peer_addr_len
bool has_peer_addr
bool initialized

Detailed Description

Definition at line 20 of file sapi_posix_backend_channel_service.c.

Field Documentation

◆ config

sapi_netlink_config_t sapi_posix_channel_state_t::config

Definition at line 23 of file sapi_posix_backend_channel_service.c.

◆ fd

int sapi_posix_channel_state_t::fd

Definition at line 22 of file sapi_posix_backend_channel_service.c.

◆ has_peer_addr

bool sapi_posix_channel_state_t::has_peer_addr

Definition at line 26 of file sapi_posix_backend_channel_service.c.

◆ initialized

bool sapi_posix_channel_state_t::initialized

Definition at line 27 of file sapi_posix_backend_channel_service.c.

◆ peer_addr

struct sockaddr_in sapi_posix_channel_state_t::peer_addr

Definition at line 24 of file sapi_posix_backend_channel_service.c.

◆ peer_addr_len

socklen_t sapi_posix_channel_state_t::peer_addr_len

Definition at line 25 of file sapi_posix_backend_channel_service.c.


The documentation for this struct was generated from the following file: