/external/strace/tests/ |
netlink_unix_diag.c | 51 struct nlmsghdr nlh; 84 struct nlmsghdr hdr; 106 struct nlmsghdr *h = &hdr_buf.hdr;
|
nfnetlink_ipset.c | 43 struct nlmsghdr nlh = {
|
nfnetlink_osf.c | 45 struct nlmsghdr nlh = {
|
nfnetlink_queue.c | 43 struct nlmsghdr nlh = {
|
nfnetlink_ulog.c | 43 struct nlmsghdr nlh = {
|
netlink_protocol.c | 49 struct nlmsghdr nlh; 78 /* unfetchable struct nlmsghdr */ 79 const void *const efault = tail_alloc(sizeof(struct nlmsghdr) - 1); 80 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0); 82 fd, efault, (unsigned) sizeof(struct nlmsghdr), sprintrc(rc)); 84 /* whole message length < sizeof(struct nlmsghdr) */ 115 /* nlmsg_len < sizeof(struct nlmsghdr) */ 142 /* unfetchable second struct nlmsghdr */ 152 /* message length is not enough for the second struct nlmsghdr */ 164 /* second nlmsg_len < sizeof(struct nlmsghdr) */ [all...] |
/external/strace/tests-m32/ |
netlink_inet_diag.c | 47 struct nlmsghdr nlh; 80 struct nlmsghdr hdr; 102 struct nlmsghdr *h = &hdr_buf.hdr;
|
netlink_unix_diag.c | 51 struct nlmsghdr nlh; 84 struct nlmsghdr hdr; 106 struct nlmsghdr *h = &hdr_buf.hdr;
|
nfnetlink_ipset.c | 43 struct nlmsghdr nlh = {
|
nfnetlink_osf.c | 45 struct nlmsghdr nlh = {
|
nfnetlink_queue.c | 43 struct nlmsghdr nlh = {
|
nfnetlink_ulog.c | 43 struct nlmsghdr nlh = {
|
/external/strace/tests-mx32/ |
netlink_inet_diag.c | 47 struct nlmsghdr nlh; 80 struct nlmsghdr hdr; 102 struct nlmsghdr *h = &hdr_buf.hdr;
|
netlink_unix_diag.c | 51 struct nlmsghdr nlh; 84 struct nlmsghdr hdr; 106 struct nlmsghdr *h = &hdr_buf.hdr;
|
nfnetlink_ipset.c | 43 struct nlmsghdr nlh = {
|
nfnetlink_osf.c | 45 struct nlmsghdr nlh = {
|
nfnetlink_queue.c | 43 struct nlmsghdr nlh = {
|
nfnetlink_ulog.c | 43 struct nlmsghdr nlh = {
|
/device/google/cuttlefish_common/common/commands/wifi_relay/ |
cmd.cpp | 22 Cmd::Cmd(nlmsghdr* h) : msg_(nlmsg_convert(h)) {} 45 // In multipart messages (multiple nlmsghdr headers with associated
|
/external/iproute2/tc/ |
q_multiq.c | 44 struct nlmsghdr *n)
|
/external/libnetfilter_conntrack/src/expect/ |
build_mnl.c | 16 nfexp_nlmsg_build(struct nlmsghdr *nlh, const struct nf_expect *exp)
|
/external/libnfnetlink/src/ |
rtnl.h | 11 int (*handlefn)(struct nlmsghdr *h, void *arg);
|
/external/libnl/include/netlink/genl/ |
mngt.h | 43 struct nlmsghdr * nlh;
|
/external/libnl/include/netlink-private/ |
cache-api.h | 55 * struct nlmsghdr *nlh, struct nl_parser_param *pp) 200 struct nlmsghdr *, struct nl_parser_param *);
|
/external/wpa_supplicant_8/src/drivers/ |
netlink.c | 26 struct nlmsghdr *h) 43 struct nlmsghdr *h; 57 h = (struct nlmsghdr *) buf; 173 struct nlmsghdr hdr;
|