Home
last modified time | relevance | path

Searched defs:nlmsghdr (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/netlink/
Dnetlink-kernel.h27 struct nlmsghdr struct
32 uint32_t nlmsg_len;
37 uint16_t nlmsg_type;
42 uint16_t nlmsg_flags;
47 uint32_t nlmsg_seq;
52 uint32_t nlmsg_pid;
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h84 struct nlmsghdr struct
86 u32 nlmsg_len;
87 u16 nlmsg_type;
88 u16 nlmsg_flags;
89 u32 nlmsg_seq;
90 u32 nlmsg_pid;
/external/libnl/include/linux/
Dnetlink.h38 struct nlmsghdr struct
40 __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 */
/external/kernel-headers/original/uapi/linux/
Dnetlink.h42 struct nlmsghdr { struct
43 __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 */
/external/iproute2/include/linux/
Dnetlink.h42 struct nlmsghdr { struct
43 __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 */
/external/dhcpcd-6.8.2/
Dif-linux.c322 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *)) in get_netlink()
840 int protocol, struct nlmsghdr *hdr, in send_netlink()