Searched defs:nlmsghdr (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | priv_netlink.h | 84 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/ |
D | netlink.h | 44 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/ |
D | netlink.h | 44 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/ |
D | netlink.c | 66 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
|
D | netlink_selinux.c | 37 const struct nlmsghdr *const nlmsghdr, in decode_netlink_selinux()
|
D | netlink_netfilter.c | 47 const struct nlmsghdr *const nlmsghdr, in decode_netlink_netfilter()
|
D | netlink_route.c | 126 const struct nlmsghdr *const nlmsghdr, in decode_netlink_route()
|
D | netlink_sock_diag.c | 67 const struct nlmsghdr *const nlmsghdr, in decode_netlink_sock_diag()
|
D | netlink_inet_diag.c | 191 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req_compat() 234 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req_v2()
|
D | netlink_crypto.c | 226 const struct nlmsghdr *const nlmsghdr, in decode_netlink_crypto()
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 44 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/ |
D | nl.c | 1181 struct nlmsghdr *, struct nl_parser_param *), in nl_pickup() 1198 struct nlmsghdr *, struct nl_parser_param *), in nl_pickup_keep_syserr()
|