Many people are confused by AF_INET as opposed to
PF_INET. Linux defines them as identical. This manual uses AF only. AF means address family, while PF means protocol family. As designed, a single protocol family could support multiple address families. However as implemented, no protocol family ever supported more than one address family. For Internet Protocol version 6 (IPv6),
AF_INET6 is synonymous with
PF_INET6.
UNIX Network Programming, Volume 1: The Sockets Networking API, Third Edition, by W. Richard Stevens (RIP), Bill Fenner, and Andrew M. Rudoff, 1024 pages, Addison-Wesley, 2003.
The Winsock Programmer’s FAQ is an excellent introduction to Windows sockets. Currently it is hosted by the
http://tangentsoft.net Web site.