Searched defs:nlmsghdr (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | netlink_sock_diag.c | 85 const struct nlmsghdr *const nlmsghdr, in decode_unix_diag_req() 226 const struct nlmsghdr *const nlmsghdr, in decode_unix_diag_msg() 265 const struct nlmsghdr *const nlmsghdr, in decode_netlink_diag_req() 380 const struct nlmsghdr *const nlmsghdr, in decode_netlink_diag_msg() 424 const struct nlmsghdr *const nlmsghdr, in decode_packet_diag_req() 452 const struct nlmsghdr *const nlmsghdr, in decode_packet_diag_msg() 510 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req_compat() 552 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req_v2() 593 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_req() 718 const struct nlmsghdr *const nlmsghdr, in decode_inet_diag_msg() [all …]
|
D | netlink.c | 52 fetch_nlmsghdr(struct tcb *const tcp, struct nlmsghdr *const nlmsghdr, in fetch_nlmsghdr() 247 const struct nlmsghdr *const nlmsghdr) in print_nlmsghdr() 325 const struct nlmsghdr *const nlmsghdr, in decode_payload() 355 const struct nlmsghdr *const nlmsghdr, in decode_nlmsghdr_with_payload() 381 struct nlmsghdr nlmsghdr; in decode_netlink() local
|
/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/libnl/include/linux-private/linux/ |
D | netlink.h | 38 struct nlmsghdr { struct 39 __u32 nlmsg_len; /* Length of message including header */ 40 __u16 nlmsg_type; /* Message content */ 41 __u16 nlmsg_flags; /* Additional flags */ 42 __u32 nlmsg_seq; /* Sequence number */ 43 __u32 nlmsg_pid; /* Sending process port ID */
|
/external/iproute2/include/linux/ |
D | netlink.h | 42 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/kernel-headers/original/uapi/linux/ |
D | netlink.h | 42 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/libnl/lib/ |
D | nl.c | 1118 struct nlmsghdr *, struct nl_parser_param *), in nl_pickup()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 322 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *)) in get_netlink() 840 int protocol, struct nlmsghdr *hdr, in send_netlink()
|