mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
These were never used since they were added in CL 22446. Cq-Include-Trybots: luci.golang.try:x_net-gotip-freebsd-amd64,x_net-gotip-darwin-arm64_13 Change-Id: I1d5952ec299ea22f2f0c62da552638ba0438a15b Reviewed-on: https://go-review.googlesource.com/c/net/+/635135 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
12 lines
188 B
Go
12 lines
188 B
Go
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
|
|
// cgo -godefs defs_openbsd.go
|
|
|
|
package route
|
|
|
|
const (
|
|
sizeofRtMsghdr = 0x60
|
|
|
|
sizeofSockaddrInet = 0x10
|
|
sizeofSockaddrInet6 = 0x1c
|
|
)
|