enum rpc_socket_domain

Overview

TA-independent protocol families. More…

#include <te_rpc_sys_socket.h>

enum rpc_socket_domain {
    RPC_PF_UNKNOWN,
    RPC_PF_INET,
    RPC_PF_INET6,
    RPC_PF_PACKET,
    RPC_PF_LOCAL,
    RPC_PF_UNIX,
    RPC_PF_ETHER,
    RPC_PF_UNSPEC,
};

Detailed Documentation

TA-independent protocol families.

Enum Values

RPC_PF_UNKNOWN

Protocol family unknown to RPC server sockets

RPC_PF_INET

IPv4

RPC_PF_INET6

IPv6

RPC_PF_PACKET

Low level packet interface

RPC_PF_LOCAL

Local communication

RPC_PF_UNIX

Synonym of RPC_PF_LOCAL

RPC_PF_ETHER

Non-standard family for Ethernet addresses

RPC_PF_UNSPEC

Unspecified