32#define AF_UNSPEC   AF_UNSPEC    
   34#define AF_UNIX     AF_UNIX      
   36#define AF_PACKET   AF_PACKET    
   38#define AF_INET     AF_INET      
   40#define AF_INET6    AF_INET6     
   43#define AF_NUMOF    AF_NUMOF     
   44#define AF_MAX      AF_NUMOF     
 
#define AF_UNIX
local to host (pipes, portals) address family.
#define AF_NUMOF
maximum number of address families on this system (as macro)
#define AF_INET
internetwork address family: UDP, TCP, etc.
#define AF_INET6
internetwork address family with IPv6: UDP, TCP, etc.
#define AF_PACKET
packet family (as macro)
#define AF_UNSPEC
unspecified address family (as macro)
unix_af_t
UNIX address family definitions.