Global UNIX address family definitions. More...
Global UNIX address family definitions.
Definition in file af.h.
 This graph shows which files directly or indirectly include this file:
 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... | |
| #define AF_INET AF_INET | 
| #define AF_INET6 AF_INET6 | 
| #define AF_NUMOF AF_NUMOF | 
| #define AF_UNIX AF_UNIX |