Searched defs:who (Results 1 - 25 of 100) 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/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage01.c76 int who[2] = { RUSAGE_SELF, RUSAGE_CHILDREN }; variable
95 TEST(getrusage(who[i], &usage));
H A Dgetrusage02.c36 * is given for who
87 int who; member in struct:test_cases_t
115 TEST(getrusage(test_cases[i].who, test_cases[i].usage));
/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/ltp/testcases/kernel/syscalls/getpriority/
H A Dgetpriority02.c26 * was located for 'which' and 'who' arguments.
95 PRIO_PROCESS, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
96 PRIO_PGRP, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
97 PRIO_USER, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
110 uid_t who; /* process uid of the test process */ local
122 who = Test_cases[ind].pro_uid;
125 if (who == 0) {
127 who = getuid();
132 * 'which' and 'who' arguments and verify
135 TEST(getpriority(which, who));
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D7-1.c54 void read_catalog(nl_catd cat, char *who) argument
61 output("Reading the message catalog from %s...\n", who);
78 output("Message catalog read successfully in %s\n", who);
/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.h40 struct sockaddr_nl * who; member in struct:genl_info
/external/libnl/lib/netfilter/
H A Dlog_msg.c170 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqueue_msg.c149 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/genl/
H A Dmngt.c47 static int cmd_msg_parser(struct sockaddr_nl *who, struct nlmsghdr *nlh, argument
66 .who = who,
85 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
91 return cmd_msg_parser(who, nlh, ops->co_genl, ops, pp);
/external/libnl/lib/
H A Dhandlers.c78 static int nl_error_handler_verbose(struct sockaddr_nl *who, argument
/external/libnl/lib/route/
H A Droute.c30 static int route_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument

Completed in 526 milliseconds

1234