enum rpc_network_event

Overview

TA-independent network event flags. More…

#include <te_rpc_wsa.h>

enum rpc_network_event {
    RPC_FD_READ                     = 1,
    RPC_FD_WRITE                    = 2,
    RPC_FD_OOB                      = 4,
    RPC_FD_ACCEPT                   = 8,
    RPC_FD_CONNECT                  = 0x10,
    RPC_FD_CLOSE                    = 0x20,
    RPC_FD_QOS                      = 0x40,
    RPC_FD_GROUP_QOS                = 0x80,
    RPC_FD_ROUTING_INTERFACE_CHANGE = 0x100,
    RPC_FD_ADDRESS_LIST_CHANGE      = 0x200,
};

Detailed Documentation

TA-independent network event flags.

Enum Values

RPC_FD_READ

Readiness for reading

RPC_FD_WRITE

Readiness for writing

RPC_FD_OOB

Arrival of out-of-band data

RPC_FD_ACCEPT

Incoming connections

RPC_FD_CONNECT

Completed connection or multipoint join operation

RPC_FD_CLOSE

Socket closure

RPC_FD_QOS

Socket QOS changes

RPC_FD_GROUP_QOS

Reserved. Socket group QOS changes

RPC_FD_ROUTING_INTERFACE_CHANGE

Routing interface change for the specified destination

RPC_FD_ADDRESS_LIST_CHANGE

Local address list changes for the address family of the socket