IPv6 address family and protocol familyconstants
This commit is contained in:
@@ -82,7 +82,9 @@ _PROTOTYPE( int socket, (int _domain, int _type, int _protocol) );
|
||||
/* The following constants are often used in applications, but are not defined
|
||||
* by POSIX.
|
||||
*/
|
||||
#define PF_UNIX AF_UNIX
|
||||
#define PF_INET AF_INET
|
||||
#define PF_INET AF_INET
|
||||
#define PF_INET6 AF_INET6
|
||||
#define PF_UNIX AF_UNIX
|
||||
#define PF_UNSPEC AF_UNSPEC
|
||||
|
||||
#endif /* SYS_SOCKET_H */
|
||||
|
||||
Reference in New Issue
Block a user