Home | History | Annotate | Download | only in ip

Lines Matching full:rth

110 	if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
294 fn->nlmsg_seq = ++rth.seq;
942 ll_init_map(&rth);
989 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
995 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family)
1011 req.nlh.nlmsg_seq = rth->dump = ++rth->seq;
1015 return sendto(rth->fd, (void*)&req, sizeof(req), 0, (struct sockaddr*)&nladdr, sizeof(nladdr));
1178 ll_init_map(&rth);
1221 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) {
1226 if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) {
1258 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) {
1263 if (rtnl_rtcache_request(&rth, do_ipv6) < 0) {
1269 if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) {
1359 ll_init_map(&rth);
1383 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0)
1424 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0)