Home
last modified time | relevance | path

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

/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/iproute2/include/uapi/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 */
/external/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 */
/external/strace/
Dnetlink.c66 fetch_nlmsghdr(struct tcb *const tcp, struct nlmsghdr *const nlmsghdr, in fetch_nlmsghdr()
449 const struct nlmsghdr *const nlmsghdr) in print_nlmsghdr()
572 const struct nlmsghdr *const nlmsghdr, in decode_payload()
614 const struct nlmsghdr *const nlmsghdr, in decode_nlmsghdr_with_payload()
646 struct nlmsghdr nlmsghdr; in decode_netlink() local
Dnetlink_selinux.c37 const struct nlmsghdr *const nlmsghdr, in decode_netlink_selinux()
Dnetlink_netfilter.c47 const struct nlmsghdr *const nlmsghdr, in decode_netlink_netfilter()
Dnetlink_route.c126 const struct nlmsghdr *const nlmsghdr, in decode_netlink_route()
Dnetlink_sock_diag.c67 const struct nlmsghdr *const nlmsghdr, in decode_netlink_sock_diag()
Dnetlink_inet_diag.c191 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req_compat()
234 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req_v2()
Dnetlink_crypto.c226 const struct nlmsghdr *const nlmsghdr, in decode_netlink_crypto()
/external/kernel-headers/original/uapi/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 */
/external/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()