vendor/golang.org/x/net/route.wireFormat.extOff (field)
10 uses
vendor/golang.org/x/net/route (current package)
interface_classic.go#L29: extOff: w.extOff,
route_classic.go#L62: extOff: w.extOff,
sys.go#L39: extOff int // offset of header extension
sys_darwin.go#L53: rtm := &wireFormat{extOff: 36, bodyOff: sizeofRtMsghdrDarwin15}
sys_darwin.go#L55: rtm2 := &wireFormat{extOff: 36, bodyOff: sizeofRtMsghdr2Darwin15}
sys_darwin.go#L57: ifm := &wireFormat{extOff: 16, bodyOff: sizeofIfMsghdrDarwin15}
sys_darwin.go#L59: ifm2 := &wireFormat{extOff: 32, bodyOff: sizeofIfMsghdr2Darwin15}
sys_darwin.go#L61: ifam := &wireFormat{extOff: sizeofIfaMsghdrDarwin15, bodyOff: sizeofIfaMsghdrDarwin15}
sys_darwin.go#L63: ifmam := &wireFormat{extOff: sizeofIfmaMsghdrDarwin15, bodyOff: sizeofIfmaMsghdrDarwin15}
sys_darwin.go#L65: ifmam2 := &wireFormat{extOff: sizeofIfmaMsghdr2Darwin15, bodyOff: sizeofIfmaMsghdr2Darwin15}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |