Searched defs:nlmsghdr (Results 1 – 6 of 6) sorted by relevance
27 struct nlmsghdr struct32 uint32_t nlmsg_len;37 uint16_t nlmsg_type;42 uint16_t nlmsg_flags;47 uint32_t nlmsg_seq;52 uint32_t nlmsg_pid;
84 struct nlmsghdr struct86 u32 nlmsg_len;87 u16 nlmsg_type;88 u16 nlmsg_flags;89 u32 nlmsg_seq;90 u32 nlmsg_pid;
38 struct nlmsghdr struct40 __u32 nlmsg_len; /* Length of message including header */41 __u16 nlmsg_type; /* Message content */42 __u16 nlmsg_flags; /* Additional flags */43 __u32 nlmsg_seq; /* Sequence number */44 __u32 nlmsg_pid; /* Sending process port ID */
42 struct nlmsghdr { struct43 __u32 nlmsg_len; /* Length of message including header */44 __u16 nlmsg_type; /* Message content */45 __u16 nlmsg_flags; /* Additional flags */46 __u32 nlmsg_seq; /* Sequence number */47 __u32 nlmsg_pid; /* Sending process port ID */
322 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *)) in get_netlink()840 int protocol, struct nlmsghdr *hdr, in send_netlink()