Skip to content

Commit 9cf52cf

Browse files
committed
Add NDRV address/protocol family.
1 parent 608ee98 commit 9cf52cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3473,6 +3473,7 @@ pub const pseudo_AF_RTIP: ::c_int = 22;
34733473
pub const AF_IPX: ::c_int = 23;
34743474
pub const AF_SIP: ::c_int = 24;
34753475
pub const pseudo_AF_PIP: ::c_int = 25;
3476+
pub const AF_NDRV: ::c_int = 27;
34763477
pub const AF_ISDN: ::c_int = 28;
34773478
pub const AF_E164: ::c_int = AF_ISDN;
34783479
pub const pseudo_AF_KEY: ::c_int = 29;
@@ -3515,6 +3516,7 @@ pub const PF_SIP: ::c_int = AF_SIP;
35153516
pub const PF_IPX: ::c_int = AF_IPX;
35163517
pub const PF_RTIP: ::c_int = pseudo_AF_RTIP;
35173518
pub const PF_PIP: ::c_int = pseudo_AF_PIP;
3519+
pub const PF_NDRV: ::c_int = AF_NDRV;
35183520
pub const PF_ISDN: ::c_int = AF_ISDN;
35193521
pub const PF_KEY: ::c_int = pseudo_AF_KEY;
35203522
pub const PF_INET6: ::c_int = AF_INET6;

0 commit comments

Comments
 (0)