Penguin
Blame: AddressFamily
EditPageHistoryDiffInfoLikePages
Annotated edit history of AddressFamily version 4, including all changes. View license author blame.
Rev Author # Line
4 AristotlePagaltzis 1 Address families are types of addresses for networking.
1 PerryLorier 2
4 AristotlePagaltzis 3 <?plugin OldStyleTable
4 | ProtocolFamily | AddressFamily | ManPage~s | Protocol Type | Protocols | Description
5 |v PF_INET |v AF_INET |v ip(7) | SOCK_STREAM | [TCP] |v IPv4 sockets
6 | SOCK_DGRAM | [UDP]
7 |v PF_INET6 |v AF_INET6 |v | SOCK_STREAM | TCPv6 |v IPv6 sockets
8 | SOCK_DGRAM | UDPv6
9 |v PF_UNIX, PF_LOCAL |v AF_UNIX, AF_LOCAL |v unix(7) | SOCK_STREAM |v^ ---- |v Unix domain sockets
10 | SOCK_DGRAM
11 | PF_APPLETALK | AF_APPLETALK | ddp(7) ||vvvvvv^ ---- | Appletalk sockets
12 | PF_X25 |^ ---- | x25(7) | ITU-T X.25 / ISO-8208 protocol
13 | PF_IPX |^ ---- |^ ---- | [IPX] -- Novell protocols
14 | PF_AX25 |^ ---- |^ ---- | Amateur radio X.25 protocol
15 | PF_ATMPVC |^ ---- |^ ---- | Access to raw [ATM] [PVC]'s
16 | PF_PACKET | AF_PACKET | packet(7) | Lowlevel packet interface
17 | PF_NETLINK | AF_NETLINK | netlink(7) | [Kernel] user interface device
18 ?>
1 PerryLorier 19
4 AristotlePagaltzis 20 See also:
21 * bind(2)
22 * socket(2)