status-go/vendor/github.com/marten-seemann/tcp/zsys_netbsd.go

11 lines
175 B
Go
Raw Normal View History

2021-10-19 13:43:41 +00:00
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_netbsd.go
package tcp
const (
sysFIONREAD = 0x4004667f
sysFIONWRITE = 0x40046679
sysFIONSPACE = 0x40046678
)