/external/iproute2/include/ |
libnetlink.h | 46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
|
/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 | 499 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 624 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0) 800 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 808 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0) 1049 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) 1103 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
iprule.c | 348 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 375 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
|
xfrm_policy.c | 343 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) 587 if (rtnl_talk(&rth, &req.n, 0, 0, res_nlbuf, NULL, NULL) < 0) 892 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) 944 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) {
|
iproute.c | 989 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) [all...] |
ipneigh.c | 177 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
ipntable.c | 316 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
iplink.c | 414 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
|
ipaddress.c | 1073 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, 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/ |
RELNOTES | 42 * David Ford <david@blue-labs.org>. Damn, I broke rtnl_talk in previous 84 * Bug in rtnl_talk(), libnetlink.c. Reported by David P. Olshfski
|
/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/man/man3/ |
libnetlink.3 | 28 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
|
/external/iproute2/lib/ |
libnetlink.c | 273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, function
|