X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..13f56ec4e58bf8687e2a68032c093c0213dd519b:/bsd/man/man4/netintro.4 diff --git a/bsd/man/man4/netintro.4 b/bsd/man/man4/netintro.4 index 725797146..ab2b1b277 100644 --- a/bsd/man/man4/netintro.4 +++ b/bsd/man/man4/netintro.4 @@ -145,7 +145,8 @@ are known to the system (and additional formats are defined for possible future implementation): .Bd -literal #define AF_UNIX 1 /* local to host (pipes) */ -#define AF_INET 2 /* internetwork: UDP, TCP, etc. */ +#define AF_INET 2 /* IPv4: UDP, TCP, etc. */ +#define AF_INET6 30 /* IPv6: UDP, TCP, etc. */ #define AF_NS 6 /* Xerox NS protocols */ #define AF_CCITT 10 /* CCITT protocols, X.25 etc */ #define AF_HYLINK 15 /* NSC Hyperchannel */