type vendor/golang.org/x/net/route.wireFormat
15 uses
vendor/golang.org/x/net/route (current package)
interface_classic.go#L11: func (w *wireFormat) parseInterfaceMessage(_ RIBType, b []byte) (Message, error) {
interface_classic.go#L41: func (w *wireFormat) parseInterfaceAddrMessage(_ RIBType, b []byte) (Message, error) {
interface_multicast.go#L9: func (w *wireFormat) parseInterfaceMulticastAddrMessage(_ RIBType, b []byte) (Message, error) {
route_classic.go#L47: func (w *wireFormat) parseRouteMessage(typ RIBType, b []byte) (Message, error) {
sys.go#L15: wireFormats map[int]*wireFormat
sys.go#L38: type wireFormat struct {
sys_darwin.go#L52: func probeRoutingStack() (int, map[int]*wireFormat) {
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}
sys_darwin.go#L68: return 4, map[int]*wireFormat{
 |
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. |