mirror of
https://github.com/golang/sys.git
synced 2026-02-08 03:36:03 +03:00
unix: add additional illumos STREAMS ioctls
This work is in support of WireGuard/wireguard-go#39 Change-Id: I04f3fdb40c1a6c8fe42cab5253c9edd4a5a1845d Reviewed-on: https://go-review.googlesource.com/c/sys/+/348950 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Than McIntosh <thanm@google.com>
This commit is contained in:
committed by
Tobias Klauser
parent
528a39cd75
commit
751e447fb3
@@ -33,6 +33,8 @@ const (
|
||||
I_STR = C.I_STR
|
||||
I_POP = C.I_POP
|
||||
I_PUSH = C.I_PUSH
|
||||
I_LINK = C.I_LINK
|
||||
I_UNLINK = C.I_UNLINK
|
||||
I_PLINK = C.I_PLINK
|
||||
I_PUNLINK = C.I_PUNLINK
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@ const (
|
||||
I_STR = 0x5308
|
||||
I_POP = 0x5303
|
||||
I_PUSH = 0x5302
|
||||
I_LINK = 0x530c
|
||||
I_UNLINK = 0x530d
|
||||
I_PLINK = 0x5316
|
||||
I_PUNLINK = 0x5317
|
||||
|
||||
|
||||
Reference in New Issue
Block a user