Searched defs:who (Results 1 - 25 of 88) sorted by relevance

1234

/external/iproute2/ip/
H A Dipprefix.c38 int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dipnetconf.c43 int print_netconf(const struct sockaddr_nl *who, struct rtnl_ctrl_data *ctrl, argument
127 static int print_netconf2(const struct sockaddr_nl *who, argument
130 return print_netconf(who, NULL, n, arg);
H A Diptoken.c45 static int print_token(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Drtmon.c48 static int dump_msg(const struct sockaddr_nl *who, struct rtnl_ctrl_data *ctrl, argument
59 static int dump_msg2(const struct sockaddr_nl *who, argument
62 return dump_msg(who, NULL, n, arg);
H A Dipaddrlabel.c56 int print_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
192 static int flush_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dipmonitor.c57 static int accept_msg(const struct sockaddr_nl *who, argument
78 print_mroute(who, n, arg);
82 print_route(who, n, arg);
88 ll_remember_index(who, n, NULL);
90 print_linkinfo(who, n, arg);
95 print_addrinfo(who, n, arg);
100 print_addrlabel(who, n, arg);
113 print_neigh(who, n, arg);
118 print_prefix(who, n, arg);
123 print_rule(who,
[all...]
H A Dipmroute.c56 int print_mroute(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
/external/iproute2/tc/
H A Dtc_monitor.c38 static int accept_tcmsg(const struct sockaddr_nl *who, argument
48 print_filter(who, n, arg);
52 print_class(who, n, arg);
56 print_qdisc(who, n, arg);
61 print_action(who, n, arg);
H A Dtc_filter.c194 int print_filter(const struct sockaddr_nl *who, argument
H A Dtc_qdisc.c204 int print_qdisc(const struct sockaddr_nl *who, argument
/external/iproute2/bridge/
H A Dmonitor.c38 static int accept_msg(const struct sockaddr_nl *who, argument
53 return print_linkinfo(who, n, arg);
59 return print_fdb(who, n, arg);
65 return print_mdb(who, n, arg);
H A Dmdb.c86 int print_mdb(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dvlan.c140 static int print_vlan(const struct sockaddr_nl *who, argument
/external/iproute2/genl/
H A Dgenl.c39 static int print_nofopt(const struct sockaddr_nl *who, struct nlmsghdr *n, argument
/external/libnl/include/netlink/genl/
H A Dmngt.h27 struct sockaddr_nl * who; member in struct:genl_info
/external/libnl/lib/genl/
H A Dmngt.c93 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
120 .who = who,
/external/libnl/lib/netfilter/
H A Dlog_msg.c169 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqueue_msg.c148 static int queue_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/iproute2/lib/
H A Dll_map.c81 int ll_remember_index(const struct sockaddr_nl *who, argument
/external/libnl/lib/
H A Dhandlers.c83 static int nl_error_handler_verbose(struct sockaddr_nl *who, argument
/external/libnl/lib/route/
H A Dclass.c30 static int class_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dcls.c38 static int cls_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqdisc.c98 static int qdisc_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Droute.c30 static int route_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/valgrind/none/tests/amd64/
H A DredundantRexW.c39 void pp_XMMRegs ( char* who, XMMRegs* regs ) { argument
41 printf ("%s (xmms in order [15..0]) {\n", who );
50 void pp_Mem ( char* who, Mem* mem ) { argument
52 printf ("%s (dqws in order [15 .. 0]) {\n", who );
95 void after_test ( char* who, XMMRegs* regs, Mem* mem ) { argument
102 sprintf(s, "after \"%s\"", who );

Completed in 1139 milliseconds

1234