HomeSort by relevance Sort by last modified time
    Searched full:nlmsghdr (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /external/libnl/lib/netfilter/
queue_msg.c 62 int nfnlmsg_queue_msg_parse(struct nlmsghdr *nlh,
149 struct nlmsghdr *nlh, struct nl_parser_param *pp)
ct.c 275 int nfnlmsg_ct_group(struct nlmsghdr *nlh)
290 int nfnlmsg_ct_parse(struct nlmsghdr *nlh, struct nfnl_ct **result)
358 struct nlmsghdr *nlh, struct nl_parser_param *pp)
  /external/toybox/toys/pending/
ip.c 100 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **), char **);
150 struct nlmsghdr nlh;
433 static void add_string_to_rtattr(struct nlmsghdr *n, int maxlen,
509 static void vlan_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size)
554 struct nlmsghdr mhdr;
808 static int get_link_info(struct nlmsghdr* h,struct linkdata* link,char **argv)
899 static int display_link_info(struct nlmsghdr *mhdr, char **argv)
918 struct nlmsghdr mhdr;
953 static int print_addrinfo(struct nlmsghdr *h, int flag_l)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/netlink/
RtNetlinkNeighborMessageTest.java 42 // struct nlmsghdr
81 // struct nlmsghdr
222 // struct nlmsghdr
  /external/iproute2/genl/
genl.c 39 static int print_nofopt(const struct sockaddr_nl *who, struct nlmsghdr *n,
  /external/iproute2/ip/
ipneigh.c 98 struct nlmsghdr n;
184 int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
236 struct nlmsghdr *fn;
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
link_gre.c 43 struct nlmsghdr *n)
46 struct nlmsghdr n;
iproute.c 127 int filter_nlmsg(struct nlmsghdr *n, struct rtattr **tb, int host_len)
280 int print_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
314 struct nlmsghdr *fn;
319 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
670 int parse_nexthops(struct nlmsghdr *n, struct rtmsg *r, int argc, char **argv)
705 struct nlmsghdr n;
1026 struct nlmsghdr nlh;
1070 int save_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
    [all...]
iprule.c 46 int print_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
241 struct nlmsghdr n;
385 static int flush_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
  /external/iproute2/tc/
em_nbyte.c 40 static int nbyte_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
f_basic.c 39 int argc, char **argv, struct nlmsghdr *n)
f_fw.c 34 static int fw_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
f_tcindex.c 28 char **argv, struct nlmsghdr *n)
q_mqprio.c 33 char **argv, 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)
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)
m_police.c 125 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
316 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
q_gred.c 51 struct nlmsghdr *n)
118 static int gred_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
q_hfsc.c 74 hfsc_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
147 struct nlmsghdr *n)
  /external/libnl/include/netlink/route/
route.h 54 extern int rtnl_route_parse(struct nlmsghdr *, struct rtnl_route **);
  /external/libnl/lib/route/
route.c 31 struct nlmsghdr *nlh, struct nl_parser_param *pp)
  /frameworks/base/core/java/android/net/netlink/
NetlinkConstants.java 68 // Known values for struct nlmsghdr nlm_type.
StructNlMsgHdr.java 24 * struct nlmsghdr
  /external/iproute2/misc/
arpd.c 268 struct nlmsghdr n;
300 int do_one_request(struct nlmsghdr *n)
437 struct nlmsghdr *h;
464 for (h = (struct nlmsghdr*)buf; status >= sizeof(*h); ) {
475 h = (struct nlmsghdr*)((char*)h + NLMSG_ALIGN(len));

Completed in 194 milliseconds

1 2 3 4 5 67 8 910