syscall.NetlinkMessage.Header (field)
9 uses
syscall (current package)
netlink_linux.go#L103: if m.Header.Seq != 1 || m.Header.Pid != lsanl.Pid {
netlink_linux.go#L106: if m.Header.Type == NLMSG_DONE {
netlink_linux.go#L109: if m.Header.Type == NLMSG_ERROR {
netlink_linux.go#L119: Header NlMsghdr
netlink_linux.go#L132: m := NetlinkMessage{Header: *h, Data: dbuf[:int(h.Len)-NLMSG_HDRLEN]}
netlink_linux.go#L159: switch m.Header.Type {
net
interface_linux.go#L28: switch m.Header.Type {
interface_linux.go#L151: switch m.Header.Type {
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. |