Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0097000 /*
0097001 server/ip/gen/socket.h
0097002 */
0097003 
0097004 #ifndef __SERVER__IP__GEN__SOCKET_H__
0097005 #define __SERVER__IP__GEN__SOCKET_H__
0097006 
0097007 /* From SunOS: /usr/include/sys/socketh */
0097008 
0097009 /*
0097010  * Address families.
0097011  */
0097012 #define       AF_UNSPEC       0              /* unspecified */
0097013 #define       AF_UNIX              1              /* local to host (pipes, portals) */
0097014 #define       AF_INET              2              /* internetwork: UDP, TCP, etc. */
0097015 #define       AF_IMPLINK       3              /* arpanet imp addresses */
0097016 #define       AF_PUP              4              /* pup protocols: e.g. BSP */
0097017 #define       AF_CHAOS       5              /* mit CHAOS protocols */
0097018 #define       AF_NS              6              /* XEROX NS protocols */
0097019 #define       AF_NBS              7              /* nbs protocols */
0097020 #define       AF_ECMA              8              /* european computer manufacturers */
0097021 #define       AF_DATAKIT       9              /* datakit protocols */
0097022 #define       AF_CCITT       10              /* CCITT protocols, X.25 etc */
0097023 #define       AF_SNA              11              /* IBM SNA */
0097024 #define       AF_DECnet       12              /* DECnet */
0097025 #define       AF_DLI              13              /* Direct data link interface */
0097026 #define       AF_LAT              14              /* LAT */
0097027 #define       AF_HYLINK       15              /* NSC Hyperchannel */
0097028 #define       AF_APPLETALK       16              /* Apple Talk */
0097029 
0097030 #define       AF_NIT              17              /* Network Interface Tap */
0097031 #define       AF_802              18              /* IEEE 802.2, also ISO 8802 */
0097032 #define       AF_OSI              19              /* umbrella for all families used
0097033                                               * by OSI (e.g. protosw lookup) */
0097034 #define       AF_X25              20              /* CCITT X.25 in particular */
0097035 #define       AF_OSINET       21              /* AFI = 47, IDI = 4 */
0097036 #define       AF_GOSIP       22              /* U.S. Government OSI */
0097037 
0097038 #define       AF_MAX              21
0097039 
0097040 #endif /* __SERVER__IP__GEN__SOCKET_H__ */