]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man4/netintro.4
xnu-1699.32.7.tar.gz
[apple/xnu.git] / bsd / man / man4 / netintro.4
index 1dd5f5c9e358bc65b0ec681586614917b10ac595..ab2b1b2773435363757aef4261ff3474bf79d225 100644 (file)
@@ -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) */
 (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 */
 #define    AF_NS        6    /* Xerox NS protocols */
 #define    AF_CCITT     10   /* CCITT protocols, X.25 etc */
 #define    AF_HYLINK    15   /* NSC Hyperchannel */
@@ -317,10 +318,10 @@ struct ifconf {
 };
 .Ed
 .Sh SEE ALSO
 };
 .Ed
 .Sh SEE ALSO
-.Xr socket 2 ,
 .Xr ioctl 2 ,
 .Xr ioctl 2 ,
+.Xr socket 2 ,
 .Xr intro 4 ,
 .Xr intro 4 ,
-.Xr config 8 ,
+.Xr config 5 ,
 .Xr routed 8
 .Sh HISTORY
 The
 .Xr routed 8
 .Sh HISTORY
 The