/external/iproute2/ip/ |
ipnetconf.c | 176 if (rtnl_send(&rth, &req.n, req.n.nlmsg_len) < 0) {
|
tcp_metrics.c | 439 if (rtnl_send(&grth, &req, req.n.nlmsg_len) < 0) { 481 if (rtnl_send(&grth, &req, req.n.nlmsg_len) < 0) {
|
ipl2tp.c | 381 if (rtnl_send(&genl_rth, &req, req.n.nlmsg_len) < 0) 413 if (rtnl_send(&genl_rth, &req, req.n.nlmsg_len) < 0)
|
xfrm_policy.c | 866 if (rtnl_send(&rth, (void *)&req, req.n.nlmsg_len) < 0) { 902 if (rtnl_send(&rth, (void *)&req, req.n.nlmsg_len) < 0) {
|
ipnetns.c | 82 if (rtnl_send(&rth, &req.n, req.n.nlmsg_len) < 0) {
|
xfrm_state.c | 1166 if (rtnl_send(&rth, (void *)&req, req.n.nlmsg_len) < 0) { 1216 if (rtnl_send(&rth, (void *)&req, req.n.nlmsg_len) < 0) [all...] |
iplink.c | 219 if (rtnl_send(&rth, &req.n, req.n.nlmsg_len) < 0) {
|
/external/iproute2/include/ |
libnetlink.h | 76 int rtnl_send(struct rtnl_handle *rth, const void *buf, int)
|
/external/iproute2/genl/ |
ctrl.c | 360 if (rtnl_send(&rth, nlh, nlh->nlmsg_len) < 0) {
|
/external/iproute2/lib/ |
libnetlink.c | 132 int rtnl_send(struct rtnl_handle *rth, const void *buf, int len) function
|
/external/iproute2/misc/ |
arpd.c | 287 return rtnl_send(&rth, &req, req.n.nlmsg_len) <= 0;
|
ss.c | [all...] |