syscall.NetlinkRouteRequest.Header (field)
11 uses
syscall (current package)
netlink_linux.go#L28: Header NlMsghdr
netlink_linux.go#L33: b := make([]byte, rr.Header.Len)
netlink_linux.go#L34: *(*uint32)(unsafe.Pointer(&b[0:4][0])) = rr.Header.Len
netlink_linux.go#L35: *(*uint16)(unsafe.Pointer(&b[4:6][0])) = rr.Header.Type
netlink_linux.go#L36: *(*uint16)(unsafe.Pointer(&b[6:8][0])) = rr.Header.Flags
netlink_linux.go#L37: *(*uint32)(unsafe.Pointer(&b[8:12][0])) = rr.Header.Seq
netlink_linux.go#L38: *(*uint32)(unsafe.Pointer(&b[12:16][0])) = rr.Header.Pid
netlink_linux.go#L45: rr.Header.Len = uint32(NLMSG_HDRLEN + SizeofRtGenmsg)
netlink_linux.go#L46: rr.Header.Type = uint16(proto)
netlink_linux.go#L47: rr.Header.Flags = NLM_F_DUMP | NLM_F_REQUEST
netlink_linux.go#L48: rr.Header.Seq = uint32(seq)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |