HomeSort by relevance Sort by last modified time
    Searched refs:rth (Results 26 - 50 of 58) sorted by null

12 3

  /external/iproute2/tc/
tc_qdisc.c 187 ll_init_map(&rth);
196 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
316 ll_init_map(&rth);
326 if (rtnl_dump_request(&rth, RTM_GETQDISC, &t, sizeof(t)) < 0) {
331 if (rtnl_dump_filter(&rth, print_qdisc, stdout) < 0) {
tc_class.c 148 ll_init_map(&rth);
156 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
449 ll_init_map(&rth);
459 if (rtnl_dump_request(&rth, RTM_GETTCLASS, &t, sizeof(t)) < 0) {
464 if (rtnl_dump_filter(&rth, print_class, stdout) < 0) {
tc_filter.c 172 ll_init_map(&rth);
180 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0) {
359 ll_init_map(&rth);
369 if (rtnl_dump_request(&rth, RTM_GETTFILTER, &t, sizeof(t)) < 0) {
374 if (rtnl_dump_filter(&rth, print_filter, stdout) < 0) {
m_action.c 484 req.n.nlmsg_seq = rth.dump = ++rth.seq;
488 if (rtnl_talk(&rth, &req.n, ans, MAX_MSG) < 0) {
533 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0) {
591 if (rtnl_dump_request(&rth, event, (void *)&req.t, msg_size) < 0) {
595 ret = rtnl_dump_filter(&rth, print_action, stdout);
603 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0) {
f_route.c 84 ll_init_map(&rth);
m_mirred.c 148 ll_init_map(&rth);
270 ll_init_map(&rth);
  /external/iproute2/ip/
iprule.c 30 extern struct rtnl_handle rth;
276 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
281 if (rtnl_dump_filter(&rth, filter, stdout) < 0) {
316 ll_init_map(&rth);
318 ret = rtnl_talk(&rth, n, n, sizeof(*n));
489 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
537 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
542 if (rtnl_dump_filter(&rth, flush_rule, NULL) < 0) {
ipmroute.c 243 ll_init_map(&rth);
255 if (rtnl_wilddump_request(&rth, filter.af, RTM_GETROUTE) < 0) {
260 if (rtnl_dump_filter(&rth, print_mroute, stdout) < 0) {
xfrm_monitor.c 351 extern struct rtnl_handle rth;
364 rtnl_close(&rth);
426 if (rtnl_open_byproto(&rth, groups, NETLINK_XFRM) < 0)
428 if (listen_all_nsid && rtnl_listen_all_nsid(&rth) < 0)
431 if (rtnl_listen(&rth, xfrm_accept_msg, (void*)stdout) < 0)
ip_common.h 67 extern struct rtnl_handle rth;
ipnetns.c 82 if (rtnl_send(&rth, &req.n, req.n.nlmsg_len) < 0) {
86 rtnl_listen(&rth, ipnetns_accept_msg, NULL);
317 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETNSID) < 0) {
321 if (rtnl_dump_filter(&rth, print_nsid, stdout) < 0) {
700 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
ipntable.c 316 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
633 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) {
638 if (rtnl_dump_filter(&rth, print_ntable, stdout) < 0) {
648 ll_init_map(&rth);
iproute.c 132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
351 fn->nlmsg_seq = ++rth.seq;
    [all...]
xfrm.h 74 struct rtnl_handle *rth; member in struct:xfrm_buffer
ipaddress.c 915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) &&
1015 fn->nlmsg_seq = ++rth.seq;
    [all...]
link_vti.c 74 if (rtnl_talk(&rth, &req.n, &req.n, sizeof(req)) < 0) {
link_vti6.c 70 if (rtnl_talk(&rth, &req.n, &req.n, sizeof(req)) < 0) {
iplink.c 219 if (rtnl_send(&rth, &req.n, req.n.nlmsg_len) < 0) {
223 rtnl_listen(&rth, accept_msg, NULL);
716 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
815 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
848 if (rtnl_talk(&rth, &req.n, &answer.n, sizeof(answer)) < 0)
link_ip6tnl.c 92 if (rtnl_talk(&rth, &req.n, &req.n, sizeof(req)) < 0) {
  /external/iproute2/bridge/
fdb.c 222 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &req.ifm, msg_size) < 0) {
227 if (rtnl_dump_filter(&rth, print_fdb, stdout) < 0) {
370 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
378 ll_init_map(&rth);
link.c 418 if (rtnl_talk(&rth, &req.n, NULL, 0) < 0)
446 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETLINK) < 0) {
451 if (rtnl_dump_filter(&rth, print_linkinfo, stdout) < 0) {
460 ll_init_map(&rth);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 223 final SerializationHandler rth = transformer.getSerializationHandler(); local
224 // ContentHandler chandler = rth.getContentHandler();
294 // if(rth.m_elemIsPending || rth.m_docPending)
295 // rth.flushPending(true);
299 dtm.dispatchCharactersEvents(child, rth, false);
  /external/iproute2/misc/
ss.c 1391 struct rtnl_handle rth; local
1392 if (rtnl_open(&rth, 0) < 0)
1395 ll_init_map(&rth);
1396 rtnl_close(&rth);
2249 struct rtnl_handle *rth; member in struct:inet_diag_arg
2257 struct rtnl_handle *rth = diag_arg->rth; local
2297 struct rtnl_handle rth, rth2; local
2774 struct rtnl_handle rth; local
3357 struct rtnl_handle rth; local
    [all...]
arpd.c 62 struct rtnl_handle rth; variable in typeref:struct:rtnl_handle
287 return rtnl_send(&rth, &req, req.n.nlmsg_len) <= 0;
432 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH) < 0) {
458 status = recvmsg(rth.fd, &msg, MSG_DONTWAIT);
782 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
786 pset[1].fd = rth.fd;
ifstat.c 150 struct rtnl_handle rth; local
152 if (rtnl_open(&rth, 0) < 0)
155 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) {
160 if (rtnl_dump_filter(&rth, get_nlmsg, NULL) < 0) {
165 rtnl_close(&rth);

Completed in 1103 milliseconds

12 3