Enum AddressFamily

AddressFamily specifies a communication domain; this selects the protocol family which will be used for communication.

enum AddressFamily : int { ... }

Enum members

NameDescription
appletalk Appletalk DDP.
atmpvc ATM PVCs.
ax25 Amateur Radio AX.25.
bridge Multiprotocol bridge.
inet IP protocol family.
inet6 IP version 6.
ipx Novell Internet Protocol.
local Local to host (pipes and file-domain).
netrom Amateur radio NetROM.
unix POSIX name for PF_LOCAL.
unspec Unspecified.
x25 Reserved for X.25 project.