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;
34733473pub const AF_IPX : :: c_int = 23 ;
34743474pub const AF_SIP : :: c_int = 24 ;
34753475pub const pseudo_AF_PIP: :: c_int = 25 ;
3476+ pub const AF_NDRV : :: c_int = 27 ;
34763477pub const AF_ISDN : :: c_int = 28 ;
34773478pub const AF_E164 : :: c_int = AF_ISDN ;
34783479pub const pseudo_AF_KEY: :: c_int = 29 ;
@@ -3515,6 +3516,7 @@ pub const PF_SIP: ::c_int = AF_SIP;
35153516pub const PF_IPX : :: c_int = AF_IPX ;
35163517pub const PF_RTIP : :: c_int = pseudo_AF_RTIP;
35173518pub const PF_PIP : :: c_int = pseudo_AF_PIP;
3519+ pub const PF_NDRV : :: c_int = AF_NDRV ;
35183520pub const PF_ISDN : :: c_int = AF_ISDN ;
35193521pub const PF_KEY : :: c_int = pseudo_AF_KEY;
35203522pub const PF_INET6 : :: c_int = AF_INET6 ;
You can’t perform that action at this time.
0 commit comments