Loading...
Searching...
No Matches
af.h File Reference

Global UNIX address family definitions. More...

Detailed Description

Global UNIX address family definitions.

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file af.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AF_UNSPEC   AF_UNSPEC
 unspecified address family (as macro)
 
#define AF_UNIX   AF_UNIX
 local to host (pipes, portals) address family.
 
#define AF_PACKET   AF_PACKET
 packet family (as macro)
 
#define AF_INET   AF_INET
 internetwork address family: UDP, TCP, etc.
 
#define AF_INET6   AF_INET6
 internetwork address family with IPv6: UDP, TCP, etc.
 
#define AF_NUMOF   AF_NUMOF
 maximum number of address families on this system (as macro)
 
#define AF_MAX   AF_NUMOF
 alias for AF_NUMOF
 

Enumerations

enum  unix_af_t {
  AF_UNSPEC = 0 , AF_UNSPEC = 0 , AF_UNIX , AF_UNIX ,
  AF_PACKET , AF_PACKET , AF_INET , AF_INET ,
  AF_INET6 , AF_INET6 , AF_NUMOF , AF_NUMOF
}
 UNIX address family definitions. More...
 

Macro Definition Documentation

◆ AF_INET

#define AF_INET   AF_INET

internetwork address family: UDP, TCP, etc.

(as macro)

Definition at line 38 of file af.h.

◆ AF_INET6

#define AF_INET6   AF_INET6

internetwork address family with IPv6: UDP, TCP, etc.

(as macro)

Definition at line 41 of file af.h.

◆ AF_MAX

#define AF_MAX   AF_NUMOF

alias for AF_NUMOF

Definition at line 44 of file af.h.

◆ AF_NUMOF

#define AF_NUMOF   AF_NUMOF

maximum number of address families on this system (as macro)

Definition at line 43 of file af.h.

◆ AF_PACKET

#define AF_PACKET   AF_PACKET

packet family (as macro)

Definition at line 36 of file af.h.

◆ AF_UNIX

#define AF_UNIX   AF_UNIX

local to host (pipes, portals) address family.

(as macro)

Definition at line 34 of file af.h.

◆ AF_UNSPEC

#define AF_UNSPEC   AF_UNSPEC

unspecified address family (as macro)

Definition at line 32 of file af.h.