Searched
refs:nlmsghdr (Results
351 -
375 of
508) sorted by null
<<11121314151617181920>>
/external/strace/tests-mx32/ |
nlattr_inet_diag_msg.c | 43 init_inet_diag_msg(struct nlmsghdr *const nlh, const unsigned int msg_len) 45 SET_STRUCT(struct nlmsghdr, nlh,
|
nlattr_rtmsg.c | 42 init_rtmsg(struct nlmsghdr *const nlh, const unsigned int msg_len) 44 SET_STRUCT(struct nlmsghdr, nlh,
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
IPACM_Netlink.cpp | 429 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; 433 buflen -= sizeof(struct nlmsghdr); 446 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ 451 buflen -= sizeof(struct nlmsghdr); 487 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ 492 buflen -= sizeof(struct nlmsghdr); 535 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header * [all...] |
/external/iproute2/ip/ |
ipnetns.c | 46 struct nlmsghdr *n, void *arg) 61 struct nlmsghdr n; 95 struct nlmsghdr n; 264 int print_nsid(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) 675 struct nlmsghdr n;
|
tcp_metrics.c | 91 static int process_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, 166 struct nlmsghdr *fn; 180 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp));
|
/external/iproute2/misc/ |
arpd.c | 266 struct nlmsghdr n; 295 static int do_one_request(struct nlmsghdr *n) 437 struct nlmsghdr *h; 462 for (h = (struct nlmsghdr *)buf; status >= sizeof(*h); ) { 473 h = (struct nlmsghdr *)((char *)h + NLMSG_ALIGN(len));
|
/external/iptables/iptables/ |
nft.c | 58 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh, 59 int (*cb)(const struct nlmsghdr *nlh, void *data), 527 struct nlmsghdr *nlh; 597 struct nlmsghdr *nlh; 800 static void nft_chain_print_debug(struct nftnl_chain *c, struct nlmsghdr *nlh) 994 static void nft_rule_print_debug(struct nftnl_rule *r, struct nlmsghdr *nlh) 1167 static int nftnl_chain_list_cb(const struct nlmsghdr *nlh, void *data) 1191 struct nlmsghdr *nlh; 1269 static int nftnl_rule_list_cb(const struct nlmsghdr *nlh, void *data) 1294 struct nlmsghdr *nlh [all...] |
/external/libnl/lib/ |
nl.c | 452 struct nlmsghdr *nlh; 779 struct nlmsghdr *hdr; 802 hdr = (struct nlmsghdr *) buf; 1078 struct nlmsghdr *, struct nl_parser_param *); 1118 struct nlmsghdr *, struct nl_parser_param *),
|
/external/toybox/toys/pending/ |
ip.c | 100 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **), char **); 144 struct nlmsghdr nlh; 427 static void add_string_to_rtattr(struct nlmsghdr *n, int maxlen, 503 static void vlan_parse_opt(char **argv, struct nlmsghdr *n, unsigned int size) 548 struct nlmsghdr mhdr; 802 static int get_link_info(struct nlmsghdr* h,struct linkdata* link,char **argv) 893 static int display_link_info(struct nlmsghdr *mhdr, char **argv) 912 struct nlmsghdr mhdr; 948 static int print_addrinfo(struct nlmsghdr *h, int flag_l) [all...] |
/external/iproute2/bridge/ |
fdb.c | 94 int print_fdb(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) 317 struct nlmsghdr n; 405 struct nlmsghdr n;
|
vlan.c | 34 struct nlmsghdr n; 185 struct nlmsghdr *n, 283 struct nlmsghdr *n,
|
/external/iproute2/tc/ |
tc_qdisc.c | 56 struct nlmsghdr n; 202 struct nlmsghdr *n, void *arg) 343 struct nlmsghdr n;
|
em_canid.c | 92 static int canid_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
|
em_cmp.c | 40 static int cmp_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
|
em_u32.c | 36 static int u32_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr,
|
f_fw.c | 43 static int fw_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
|
f_route.c | 37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n)
|
f_tcindex.c | 26 char **argv, struct nlmsghdr *n)
|
m_bpf.c | 75 int tca_id, struct nlmsghdr *n)
|
m_csum.c | 89 char ***argv_p, int tca_id, struct nlmsghdr *n)
|
m_gact.c | 77 int tca_id, struct nlmsghdr *n)
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
getdelays.c | 89 struct nlmsghdr n; 171 struct nlmsghdr n; 435 PRINTF("nlmsghdr size=%zu, nlmsg_len=%d, rep_len=%d\n", 436 sizeof(struct nlmsghdr), msg.n.nlmsg_len, rep_len);
|
/bionic/libc/bionic/ |
net_if.cpp | 96 static void __if_nameindex_callback(void* context, nlmsghdr* hdr) {
|
/device/google/cuttlefish_common/common/libs/net/ |
netlink_request.cpp | 66 header_(Reserve<nlmsghdr>()) {
|
/external/iproute2/lib/ |
ll_map.c | 82 struct nlmsghdr *n, void *arg)
|
Completed in 239 milliseconds
<<11121314151617181920>>