/external/iproute2/tc/ |
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)
|
m_xt.c | 116 char ***argv_p, int tca_id, struct nlmsghdr *n)
|
q_sfq.c | 38 static int sfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, 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 | 660 static int parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n) 696 struct tc_u32_sel *sel, struct nlmsghdr *n) 976 int argc, char **argv, struct nlmsghdr *n)
|
f_flow.c | 134 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_xt_old.c | 208 char ***argv_p, int tca_id, struct nlmsghdr *n)
|
m_ipt.c | 389 char ***argv_p, int tca_id, struct nlmsghdr *n)
|
/external/iptables/utils/ |
nfnl_osf.c | 277 struct nlmsghdr *nmh = (struct nlmsghdr *) buf;
|
/device/asus/fugu/kernel-headers/linux/ |
kct.h | 79 struct nlmsghdr nlh;
|
/external/iproute2/ip/ |
iplink_can.c | 98 struct nlmsghdr *n)
|
iplink.c | 148 struct nlmsghdr *n, void *arg) 163 struct nlmsghdr n; 189 struct nlmsghdr n;
|
/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)
|
nl.c | 293 struct nlmsghdr *nlh; 510 struct nlmsghdr *hdr; 527 hdr = (struct nlmsghdr *) buf;
|
doc.c | 151 * memory page and consists of the netlink message header (struct nlmsghdr) 158 * The netlink message header (struct nlmsghdr):
|
/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)
|
/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/wpa_supplicant_8/src/ap/ |
vlan_init.c | 713 vlan_read_ifnames(struct nlmsghdr *h, size_t len, int del, 781 struct nlmsghdr *h; 794 h = (struct nlmsghdr *) buf;
|
/external/iproute2/misc/ |
ss.c | 1330 static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r) 1425 static int tcp_show_sock(struct nlmsghdr *nlh, struct filter *f) 1494 struct nlmsghdr nlh; [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | [all...] |
/external/libnl/include/ |
netlink-types.h | 132 struct nlmsghdr * nm_nlh;
|
/external/libnl/ |
ChangeLog | 85 o Make nl_send*() take a nl_msg instead of a nlmsghdr (API BREAK) 87 and nlmsghdr (API BREAK)
|