sockets: add PF_HYPERV alias
Just make it like all other sockets that have PF_FOO -> AF_FOO alias.
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ PF_NETGRAPH Netgraph sockets,
|
||||
PF_NETLINK Netlink protocols,
|
||||
PF_BLUETOOTH Bluetooth protocols,
|
||||
PF_INET_SDP OFED socket direct protocol (IPv4),
|
||||
AF_HYPERV HyperV sockets
|
||||
PF_HYPERV HyperV sockets
|
||||
.Ed
|
||||
.Pp
|
||||
Each protocol family is connected to an address family, which has the
|
||||
|
||||
@@ -396,6 +396,7 @@ struct sockproto {
|
||||
#define PF_NETLINK AF_NETLINK
|
||||
#define PF_INET_SDP AF_INET_SDP
|
||||
#define PF_INET6_SDP AF_INET6_SDP
|
||||
#define PF_HYPERV AF_HYPERV
|
||||
#define PF_DIVERT AF_DIVERT
|
||||
#define PF_IPFWLOG AF_IPFWLOG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user