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
 unspecified address family (as macro)
 
#define AF_PACKET   AF_PACKET
 packet family (as macro)
 
#define AF_INET   AF_INET
 internetwork address family: UDP, TCP, etc. More...
 
#define AF_INET6   AF_INET6
 internetwork address family with IPv6: UDP, TCP, etc. More...
 
#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  {
  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
}
 

Macro Definition Documentation

◆ AF_INET

#define AF_INET   AF_INET

internetwork address family: UDP, TCP, etc.

(as macro)

Definition at line 37 of file af.h.

◆ AF_INET6

#define AF_INET6   AF_INET6

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

(as macro)

Definition at line 39 of file af.h.