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

<<111213

  /external/iproute2/tc/
tc_filter.c 47 struct nlmsghdr n;
195 struct nlmsghdr *n,
em_ipset.c 198 static int ipset_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
q_choke.c 35 struct nlmsghdr *n)
q_fq.c 74 struct nlmsghdr *n)
q_fq_codel.c 60 struct nlmsghdr *n)
q_pie.c 45 struct nlmsghdr *n)
q_red.c 36 static int red_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_sfq.c 38 static int sfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_cbq.c 50 static int cbq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
181 static int cbq_parse_class_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
  /external/iptables/utils/
nfnl_osf.c 277 struct nlmsghdr *nmh = (struct nlmsghdr *) buf;
  /system/connectivity/shill/net/
rtnl_handler.cc 277 struct nlmsghdr* hdr = reinterpret_cast<struct nlmsghdr*>(buf);
  /bionic/libc/bionic/
ifaddrs.cpp 160 static void __getifaddrs_callback(void* context, nlmsghdr* hdr) {
  /external/iproute2/include/
utils.h 180 void print_nlmsg_timestamp(FILE *fp, const struct nlmsghdr *n);
  /external/iproute2/ip/
ipmroute.c 56 int print_mroute(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
ipntable.c 66 struct nlmsghdr n;
352 static int print_ntable(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
iplink.c 191 struct nlmsghdr *n, void *arg)
206 struct nlmsghdr n;
235 struct nlmsghdr n;
826 struct nlmsghdr n;
iplink_can.c 113 struct nlmsghdr *n)
  /external/libnl/include/
netlink-local.h 141 struct nlmsghdr *, struct nl_parser_param *);
  /external/libnl/lib/fib_lookup/
lookup.c 71 struct nlmsghdr *n, struct nl_parser_param *pp)
  /external/libnl/lib/
handlers.c 39 static void print_header_content(FILE *ofd, struct nlmsghdr *n)
  /external/libnl/lib/route/
cls.c 39 struct nlmsghdr *nlh, struct nl_parser_param *pp)
qdisc.c 99 struct nlmsghdr *n, struct nl_parser_param *pp)
  /external/iproute2/misc/
ss.c 50 struct nlmsghdr nlh; \
    [all...]
  /device/asus/fugu/kernel-headers/linux/
kct.h 79 struct nlmsghdr nlh;
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 70 struct nlmsghdr nlh;

Completed in 2325 milliseconds

<<111213