HomeSort by relevance Sort by last modified time
    Searched refs:nlmsghdr (Results 276 - 300 of 309) sorted by null

<<111213

  /external/iproute2/ip/
ipmonitor.c 59 struct nlmsghdr *n, void *arg)
ipl2tp.c 243 static int get_response(struct nlmsghdr *n, void *arg)
358 static int session_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
392 static int tunnel_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
iplink_bond.c 160 struct nlmsghdr *n)
iplink_vxlan.c 48 struct nlmsghdr *n)
  /external/iproute2/tc/
f_flow.c 134 int argc, char **argv, struct nlmsghdr *n)
m_xt.c 120 char ***argv_p, int tca_id, struct nlmsghdr *n)
m_xt_old.c 208 char ***argv_p, int tca_id, struct nlmsghdr *n)
q_tbf.c 39 static int tbf_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
f_u32.c 658 static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n)
694 struct tc_u32_sel *sel, struct nlmsghdr *n)
974 int argc, char **argv, struct nlmsghdr *n)
f_rsvp.c 169 static int rsvp_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
m_pedit.c 444 parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
m_ipt.c 389 char ***argv_p, int tca_id, struct nlmsghdr *n)
q_netem.c 172 struct nlmsghdr *n)
  /system/connectivity/shill/net/
rtnl_handler_unittest.cc 183 struct nlmsghdr hdr;
rtnl_message.cc 34 struct nlmsghdr hdr;
  /external/libnl/include/
netlink-types.h 132 struct nlmsghdr * nm_nlh;
  /external/libnl/lib/
cache.c 635 struct nlmsghdr *nlh, struct nl_parser_param *params)
  /external/libnl/lib/route/
tc.c 58 int tca_msg_parser(struct nlmsghdr *n, struct rtnl_tca *g)
neigh.c 253 struct nlmsghdr *n, struct nl_parser_param *pp)
neightbl.c 122 struct sockaddr_nl *who, struct nlmsghdr *n,
rule.c 81 struct nlmsghdr *n, struct nl_parser_param *pp)
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /external/nfacct/
nfacct.c 144 struct nlmsghdr *hdr = msg->nm_nlh;
  /system/netd/server/
RouteController.cpp 194 nlmsghdr nlmsg = {
206 nlmsghdr msg;
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 60 ((len) >= (int)sizeof(struct nlmsghdr) && \
61 (int)(nlh)->nlmsg_len >= (int)sizeof(struct nlmsghdr) && \
    [all...]

Completed in 1267 milliseconds

<<111213