Declaration for pseudo_AF_PIP from NetLib:sys.h.socket
(#define)
#define pseudo_AF_PIP 25 /* Help Identify PIP packets */
/*
* We need to know the IPv6 address family number even on IPv4-only systems.
* Note that this is NOT a protocol constant, and that if the system has its
* own AF_INET6, different from ours below, all of BIND's libraries and
* executables will need to be recompiled after the system <sys/socket.h>
* has had this type added. The type number below is correct on most BSD-
* derived systems for which AF_INET6 is defined.
*/
Open original source file
See header files's help page
|
|
|