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

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/lib/route/
route.c 31 struct nlmsghdr *nlh, struct nl_parser_param *pp)
  /external/iproute2/ip/
link_ip6tnl.c 59 struct nlmsghdr *n)
62 struct nlmsghdr n;
ipaddress.c 601 static void print_link_stats(FILE *fp, struct nlmsghdr *n)
613 struct nlmsghdr *n, void *arg)
714 struct nlmsghdr *n, void *arg)
941 int print_addrinfo(const struct sockaddr_nl *who, struct nlmsghdr *n,
1006 struct nlmsghdr *fn;
1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
1164 struct nlmsghdr h;
1177 struct nlmsghdr *n = &ainfo->h;
1203 static int store_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n,
1265 static int save_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n
    [all...]
iproute.c 140 static int filter_nlmsg(struct nlmsghdr *n, struct rtattr **tb, int host_len)
308 int print_route(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
342 struct nlmsghdr *fn;
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
724 static int parse_one_nh(struct nlmsghdr *n, struct rtmsg *r,
785 static int parse_nexthops(struct nlmsghdr *n, struct rtmsg *r,
820 struct nlmsghdr n;
    [all...]
link_gre.c 51 struct nlmsghdr *n)
54 struct nlmsghdr n;
link_gre6.c 61 struct nlmsghdr *n)
64 struct nlmsghdr n;
link_iptnl.c 54 struct nlmsghdr *n)
57 struct nlmsghdr n;
  /external/iproute2/tc/
m_police.c 124 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
314 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
q_gred.c 48 struct nlmsghdr *n)
122 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)
q_htb.c 63 static int htb_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
112 static int htb_parse_class_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
tc.c 71 static int parse_noqopt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
90 static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsghdr *n)
tc_qdisc.c 56 struct nlmsghdr n;
205 struct nlmsghdr *n,
em_meta.c 148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val,
358 static int meta_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
m_ematch.c 173 static int parse_tree(struct nlmsghdr *n, struct ematch *tree)
320 int parse_ematch(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
tc_class.c 61 struct nlmsghdr n;
306 struct nlmsghdr *n, void *arg)
  /external/iproute2/misc/
arpd.c 269 struct nlmsghdr n;
301 static int do_one_request(struct nlmsghdr *n)
442 struct nlmsghdr *h;
469 for (h = (struct nlmsghdr*)buf; status >= sizeof(*h); ) {
480 h = (struct nlmsghdr*)((char*)h + NLMSG_ALIGN(len));
  /device/google/marlin/dataservices/rmnetctl/src/
librmnetctl.c 65 #define MAX_BUF_SIZE sizeof(struct nlmsghdr) + sizeof(struct rmnet_nl_msg_s)
109 struct nlmsghdr *nlmsghdr_val;
143 nlmsghdr_val = (struct nlmsghdr *)request_buf;
  /device/huawei/angler/dataservices/rmnetctl/src/
librmnetctl.c 65 #define MAX_BUF_SIZE sizeof(struct nlmsghdr) + sizeof(struct rmnet_nl_msg_s)
106 struct nlmsghdr *nlmsghdr_val;
140 nlmsghdr_val = (struct nlmsghdr *)request_buf;
  /device/lge/bullhead/dataservices/rmnetctl/src/
librmnetctl.c 65 #define MAX_BUF_SIZE sizeof(struct nlmsghdr) + sizeof(struct rmnet_nl_msg_s)
107 struct nlmsghdr *nlmsghdr_val;
141 nlmsghdr_val = (struct nlmsghdr *)request_buf;
  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 65 #define MAX_BUF_SIZE sizeof(struct nlmsghdr) + sizeof(struct rmnet_nl_msg_s)
95 struct nlmsghdr *nlmsghdr_val;
127 nlmsghdr_val = (struct nlmsghdr *)request_buf;
  /external/libnl/lib/netfilter/
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/wpa_supplicant_8/src/ap/
vlan_full.c 586 vlan_read_ifnames(struct nlmsghdr *h, size_t len, int del,
654 struct nlmsghdr *h;
667 h = (struct nlmsghdr *) buf;
  /system/connectivity/shill/net/
netlink_manager_unittest.cc 157 if (outgoing_message.GetLength() < sizeof(nlmsghdr)) {
161 const nlmsghdr* outgoing_header =
162 reinterpret_cast<const nlmsghdr*>(outgoing_message.GetConstData());
164 if (saved_message_.GetLength() < sizeof(nlmsghdr)) {
168 nlmsghdr* reply_header =
169 reinterpret_cast<nlmsghdr*>(saved_message_.GetData());
    [all...]
  /external/iproute2/bridge/
link.c 100 struct nlmsghdr *n, void *arg)
254 struct nlmsghdr n;

Completed in 701 milliseconds

1 2 3 4 5 6 7 8 91011>>