Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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;
/third_party/musl/src/network/
Dnetlink.h7 struct nlmsghdr { struct
8 uint32_t nlmsg_len;
9 uint16_t nlmsg_type;
10 uint16_t nlmsg_flags;
11 uint32_t nlmsg_seq;
12 uint32_t nlmsg_pid;
/third_party/libnl/include/linux-private/linux/
Dnetlink.h44 struct nlmsghdr { struct
45 __u32 nlmsg_len; /* Length of message including header */
46 __u16 nlmsg_type; /* Message content */
47 __u16 nlmsg_flags; /* Additional flags */
48 __u32 nlmsg_seq; /* Sequence number */
49 __u32 nlmsg_pid; /* Sending process port ID */
/third_party/libnl/lib/
Dnl.c1181 struct nlmsghdr *, struct nl_parser_param *), in nl_pickup()
1198 struct nlmsghdr *, struct nl_parser_param *), in nl_pickup_keep_syserr()