File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -778,8 +778,10 @@ SOCK_RAW
778
778
SOCK_RDM
779
779
SOMAXCONN
780
780
SO_BINDANY
781
+ SO_DOMAIN
781
782
SO_NETPROC
782
783
SO_PEERCRED
784
+ SO_PROTOCOL
783
785
SO_RTABLE
784
786
SO_SPLICE
785
787
SO_TIMESTAMP
Original file line number Diff line number Diff line change @@ -999,6 +999,8 @@ pub const SO_NETPROC: ::c_int = 0x1020;
999
999
pub const SO_RTABLE : :: c_int = 0x1021 ;
1000
1000
pub const SO_PEERCRED : :: c_int = 0x1022 ;
1001
1001
pub const SO_SPLICE : :: c_int = 0x1023 ;
1002
+ pub const SO_DOMAIN : :: c_int = 0x1024 ;
1003
+ pub const SO_PROTOCOL : :: c_int = 0x1025 ;
1002
1004
1003
1005
// sys/netinet/in.h
1004
1006
// Protocols (RFC 1700)
Original file line number Diff line number Diff line change @@ -1825,6 +1825,8 @@ pub const SO_SNDTIMEO: ::c_int = 0x1005;
1825
1825
pub const SO_RCVTIMEO : :: c_int = 0x1006 ;
1826
1826
pub const SO_ERROR : :: c_int = 0x1007 ;
1827
1827
pub const SO_TYPE : :: c_int = 0x1008 ;
1828
+ pub const SO_PROTOTYPE : :: c_int = 0x1009 ;
1829
+ pub const SO_DOMAIN : :: c_int = 0x100c ;
1828
1830
pub const SO_TIMESTAMP : :: c_int = 0x1013 ;
1829
1831
1830
1832
pub const SCM_RIGHTS : :: c_int = 0x1010 ;
You can’t perform that action at this time.
0 commit comments