File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3473,6 +3473,7 @@ pub const pseudo_AF_RTIP: ::c_int = 22;
3473
3473
pub const AF_IPX : :: c_int = 23 ;
3474
3474
pub const AF_SIP : :: c_int = 24 ;
3475
3475
pub const pseudo_AF_PIP: :: c_int = 25 ;
3476
+ pub const AF_NDRV : :: c_int = 27 ;
3476
3477
pub const AF_ISDN : :: c_int = 28 ;
3477
3478
pub const AF_E164 : :: c_int = AF_ISDN ;
3478
3479
pub const pseudo_AF_KEY: :: c_int = 29 ;
@@ -3515,6 +3516,7 @@ pub const PF_SIP: ::c_int = AF_SIP;
3515
3516
pub const PF_IPX : :: c_int = AF_IPX ;
3516
3517
pub const PF_RTIP : :: c_int = pseudo_AF_RTIP;
3517
3518
pub const PF_PIP : :: c_int = pseudo_AF_PIP;
3519
+ pub const PF_NDRV : :: c_int = AF_NDRV ;
3518
3520
pub const PF_ISDN : :: c_int = AF_ISDN ;
3519
3521
pub const PF_KEY : :: c_int = pseudo_AF_KEY;
3520
3522
pub const PF_INET6 : :: c_int = AF_INET6 ;
You can’t perform that action at this time.
0 commit comments