HomeSort by relevance Sort by last modified time
    Searched refs:nlmsghdr (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /external/iproute2/ip/
iplink_vlan.c 42 static int vlan_parse_qos_map(int *argcp, char ***argvp, struct nlmsghdr *n,
77 struct nlmsghdr *n)
rtmon.c 34 struct nlmsghdr *n1 = (void*)buf;
48 static int dump_msg(const struct sockaddr_nl *who, struct nlmsghdr *n,
xfrm.h 111 int xfrm_state_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
113 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
ipprefix.c 36 int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
ipaddrlabel.c 57 int print_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
135 struct nlmsghdr n;
199 static int flush_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
xfrm_policy.c 230 struct nlmsghdr n;
422 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
524 struct nlmsghdr n;
630 struct nlmsghdr *n = (struct nlmsghdr *)buf;
649 struct nlmsghdr *n,
658 struct nlmsghdr *new_n;
694 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
840 int print_spdinfo( struct nlmsghdr *n, void *arg)
904 struct nlmsghdr n
    [all...]
ipneigh.c 98 struct nlmsghdr n;
184 int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
235 struct nlmsghdr *fn;
240 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
ipaddress.c 221 struct nlmsghdr *n, void *arg)
449 int print_addrinfo(const struct sockaddr_nl *who, struct nlmsghdr *n,
509 struct nlmsghdr *fn;
514 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
636 int print_addrinfo_primary(const struct sockaddr_nl *who, struct nlmsghdr *n,
647 int print_addrinfo_secondary(const struct sockaddr_nl *who, struct nlmsghdr *n,
661 struct nlmsghdr h;
667 struct nlmsghdr *n = &ainfo->h;
686 static int store_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n,
900 struct nlmsghdr *n = &a->h
    [all...]
  /external/iproute2/tc/
m_action.c 78 static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int code, struct nlmsghdr *n)
168 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
332 struct nlmsghdr *n,
383 struct nlmsghdr *ans = NULL;
386 struct nlmsghdr n;
491 struct nlmsghdr n;
530 struct nlmsghdr n;
567 msg_size = NLMSG_ALIGN(req.n.nlmsg_len) - NLMSG_ALIGN(sizeof(struct nlmsghdr));
q_dsmark.c 30 struct nlmsghdr *n)
92 struct nlmsghdr *n)
f_cgroup.c 26 int argc, char **argv, struct nlmsghdr *n)
m_pedit.h 58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
q_prio.c 31 static int prio_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_rr.c 32 static int rr_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_sfq.c 31 static int sfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
tc_monitor.c 38 int accept_tcmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
f_basic.c 39 int argc, char **argv, struct nlmsghdr *n)
m_mirred.c 65 parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
209 parse_mirred(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
q_atm.c 30 static int atm_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
50 struct nlmsghdr *n)
q_gred.c 50 struct nlmsghdr *n)
118 static int gred_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
tc.c 63 static int parse_noqopt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
82 static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsghdr *n)
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 184 struct nlmsghdr *h;
188 struct nlmsghdr nlh;
219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
  /external/iproute2/genl/
genl.c 39 static int print_nofopt(const struct sockaddr_nl *who, struct nlmsghdr *n,
  /external/libnl-headers/netlink/route/
route.h 54 extern int rtnl_route_parse(struct nlmsghdr *, struct rtnl_route **);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 77 const struct nlmsghdr *nh = (struct nlmsghdr *) buffer;

Completed in 1546 milliseconds

1 2 34 5 6