/external/iproute2/ip/ |
ipaddrlabel.c | 192 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 219 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
|
xfrm_state.c | 518 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 655 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0) 845 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 853 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0) 1094 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) 1148 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
iprule.c | 358 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 385 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
|
xfrm_policy.c | 358 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 614 if (rtnl_talk(&rth, &req.n, 0, 0, res_nlbuf, NULL, NULL) < 0) 919 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) 971 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
link_gre.c | 75 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) {
|
ipneigh.c | 177 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
iproute.c | 985 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) [all...] |
ipntable.c | 316 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
iplink.c | 497 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
ipaddress.c | 1171 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
/external/iproute2/include/ |
libnetlink.h | 46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
|
/external/iproute2/genl/ |
ctrl.c | 70 if (rtnl_talk(&rth, nlh, 0, 0, nlh, NULL, NULL) < 0) { 337 if (rtnl_talk(&rth, nlh, 0, 0, nlh, NULL, NULL) < 0) {
|
/external/iproute2/tc/ |
m_action.c | 467 if (rtnl_talk(&rth, &req.n, 0, 0, ans, NULL, NULL) < 0) { 512 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) { 582 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) {
|
tc_class.c | 141 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
tc_filter.c | 170 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) {
|
tc_qdisc.c | 189 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
/external/iproute2/lib/ |
libnetlink.c | 273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, function
|