File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -778,8 +778,10 @@ SOCK_RAW
778778SOCK_RDM
779779SOMAXCONN
780780SO_BINDANY
781+ SO_DOMAIN
781782SO_NETPROC
782783SO_PEERCRED
784+ SO_PROTOCOL
783785SO_RTABLE
784786SO_SPLICE
785787SO_TIMESTAMP
Original file line number Diff line number Diff line change @@ -999,6 +999,8 @@ pub const SO_NETPROC: ::c_int = 0x1020;
999999pub const SO_RTABLE : :: c_int = 0x1021 ;
10001000pub const SO_PEERCRED : :: c_int = 0x1022 ;
10011001pub const SO_SPLICE : :: c_int = 0x1023 ;
1002+ pub const SO_DOMAIN : :: c_int = 0x1024 ;
1003+ pub const SO_PROTOCOL : :: c_int = 0x1025 ;
10021004
10031005// sys/netinet/in.h
10041006// Protocols (RFC 1700)
Original file line number Diff line number Diff line change @@ -1825,6 +1825,8 @@ pub const SO_SNDTIMEO: ::c_int = 0x1005;
18251825pub const SO_RCVTIMEO : :: c_int = 0x1006 ;
18261826pub const SO_ERROR : :: c_int = 0x1007 ;
18271827pub const SO_TYPE : :: c_int = 0x1008 ;
1828+ pub const SO_PROTOTYPE : :: c_int = 0x1009 ;
1829+ pub const SO_DOMAIN : :: c_int = 0x100c ;
18281830pub const SO_TIMESTAMP : :: c_int = 0x1013 ;
18291831
18301832pub const SCM_RIGHTS : :: c_int = 0x1010 ;
You can’t perform that action at this time.
0 commit comments