/external/strace/tests-m32/ |
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-mx32/ |
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/iproute2/rdma/ |
rdma.h | 48 struct nlmsghdr *nlh; 89 int rd_dev_init_cb(const struct nlmsghdr *nlh, void *data);
|
/external/iproute2/tc/ |
m_ematch.h | 88 int (*parse_eopt)(struct nlmsghdr *,struct tcf_ematch_hdr *, 110 extern int parse_ematch(int *, char ***, int, struct nlmsghdr *);
|
q_drr.c | 37 static int drr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n) 53 struct nlmsghdr *n)
|
q_qfq.c | 39 struct nlmsghdr *n) 52 struct nlmsghdr *n)
|
/external/iptables/libipq/ |
libipq.c | 129 struct nlmsghdr *nlh; 185 nlh = (struct nlmsghdr *)buf; 272 struct nlmsghdr nlh; 298 return ((struct nlmsghdr*)buf)->nlmsg_type; 303 struct nlmsghdr *h = (struct nlmsghdr *)buf; 310 return NLMSG_DATA((struct nlmsghdr *)(buf)); 321 struct nlmsghdr nlh;
|
/external/libnetfilter_conntrack/examples/ |
nfct-mnl-dump.c | 10 static int data_cb(const struct nlmsghdr *nlh, void *data) 32 struct nlmsghdr *nlh;
|
nfexp-mnl-dump.c | 10 static int data_cb(const struct nlmsghdr *nlh, void *data) 37 struct nlmsghdr *nlh;
|
/external/libnetfilter_conntrack/src/ |
callback.c | 12 static int __parse_message(const struct nlmsghdr *nlh) 32 int __callback(struct nlmsghdr *nlh, struct nfattr *nfa[], void *data)
|
/external/libnl/include/netlink/netfilter/ |
queue_msg.h | 22 struct nlmsghdr; 29 extern int nfnlmsg_queue_msg_parse(struct nlmsghdr *,
|
/external/strace/ |
netlink_inet_diag.c | 191 const struct nlmsghdr *const nlmsghdr, 234 const struct nlmsghdr *const nlmsghdr, 276 if (nlmsghdr->nlmsg_type == TCPDIAG_GETSOCK 277 || nlmsghdr->nlmsg_type == DCCPDIAG_GETSOCK) 278 decode_inet_diag_req_compat(tcp, nlmsghdr, family, addr, len); 280 decode_inet_diag_req_v2(tcp, nlmsghdr, family, addr, len);
|
rtnl_neigh.c | 134 decode_ifinfomsg(tcp, nlmsghdr, family, addr, len); 136 decode_ndmsg(tcp, nlmsghdr, family, addr, len);
|
/external/strace/tests/ |
netlink_xfrm.c | 41 struct nlmsghdr nlh = { 58 struct nlmsghdr nlh = {
|
nfnetlink_acct.c | 43 struct nlmsghdr nlh = { 69 struct nlmsghdr nlh = {
|
nfnetlink_cthelper.c | 43 struct nlmsghdr nlh = { 69 struct nlmsghdr nlh = {
|
nfnetlink_ctnetlink.c | 43 struct nlmsghdr nlh = { 69 struct nlmsghdr nlh = {
|
nfnetlink_ctnetlink_exp.c | 43 struct nlmsghdr nlh = { 69 struct nlmsghdr nlh = {
|
nfnetlink_cttimeout.c | 43 struct nlmsghdr nlh = { 70 struct nlmsghdr nlh = {
|
nfnetlink_nftables.c | 43 struct nlmsghdr nlh = { 69 struct nlmsghdr nlh = {
|
nlattr_fib_rule_hdr.c | 45 init_rtmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 47 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_ifla_brport.c | 47 init_ifinfomsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 49 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_mdba_router_port.c | 54 init_br_port_msg(struct nlmsghdr *const nlh, const unsigned int msg_len) 56 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_ndmsg.c | 43 init_ndmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 45 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_tca_stab.c | 46 init_tcmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 48 SET_STRUCT(struct nlmsghdr, nlh,
|