2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-24 12:48:46 +00:00
2021-10-19 09:43:41 -04:00

11 lines
175 B
Go

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs defs_netbsd.go
package tcp
const (
sysFIONREAD = 0x4004667f
sysFIONWRITE = 0x40046679
sysFIONSPACE = 0x40046678
)