HomeSort by relevance Sort by last modified time
    Searched defs:rth (Results 1 - 17 of 17) sorted by null

  /external/iproute2/tc/
tc_monitor.c 69 struct rtnl_handle rth; local
98 if (rtnl_open(&rth, groups) < 0)
101 ll_init_map(&rth);
103 if (rtnl_listen(&rth, accept_tcmsg, (void*)stdout) < 0) {
104 rtnl_close(&rth);
108 rtnl_close(&rth);
tc.c 41 struct rtnl_handle rth; variable in typeref:struct:rtnl_handle
265 if (rtnl_open(&rth, 0) < 0) {
289 rtnl_close(&rth);
348 if (rtnl_open(&rth, 0) < 0) {
354 rtnl_close(&rth);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 206 SerializationHandler rth = transformer.getResultTreeHandler(); local
210 rth.processingInstruction(javax.xml.transform.Result.PI_DISABLE_OUTPUT_ESCAPING, "");
213 rth.characters(m_ch, 0, m_ch.length);
217 rth.processingInstruction(javax.xml.transform.Result.PI_ENABLE_OUTPUT_ESCAPING, "");
ElemValueOf.java 216 SerializationHandler rth = transformer.getResultTreeHandler(); local
228 rth.processingInstruction(
235 expr.executeCharsToContentHandler(xctxt, rth);
240 rth.processingInstruction(
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/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 133 SerializationHandler rth,
143 dtm.dispatchCharactersEvents(node, rth, false);
157 // rth.startElement(ns, localName, dtm.getNodeNameX(node), null);
160 rth.startElement(ns, localName, dtm.getNodeNameX(node));
167 SerializerUtils.addAttributes(rth, node);
168 SerializerUtils.processNSDecls(rth, node, nodeType, dtm);
173 rth.startCDATA();
174 dtm.dispatchCharactersEvents(node, rth, false);
175 rth.endCDATA();
178 SerializerUtils.addAttribute(rth, node)
    [all...]
TransformerImpl.java 1815 SerializationHandler rth = m_serializationHandler; local
    [all...]
  /external/iproute2/ip/
rtmon.c 70 struct rtnl_handle rth; local
156 if (rtnl_open(&rth, groups) < 0)
159 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) {
166 if (rtnl_dump_filter(&rth, dump_msg, fp) < 0) {
173 if (rtnl_listen(&rth, dump_msg, (void*)fp) < 0)
ip.c 37 struct rtnl_handle rth = { .fd = -1 }; variable in typeref:struct:rtnl_handle
119 if (rtnl_open(&rth, 0) < 0) {
143 rtnl_close(&rth);
260 if (rtnl_open(&rth, 0) < 0)
269 rtnl_close(&rth);
xfrm.h 75 struct rtnl_handle *rth; member in struct:xfrm_buffer
xfrm_policy.c 250 struct rtnl_handle rth; local
393 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
399 if (rtnl_talk(&rth, &req.n, 0, 0, NULL) < 0)
402 rtnl_close(&rth);
563 struct rtnl_handle rth; local
656 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
676 if (rtnl_talk(&rth, &req.n, 0, 0, res_nlbuf) < 0)
679 rtnl_close(&rth);
715 struct rtnl_handle *rth = xb->rth; local
776 struct rtnl_handle rth; local
964 struct rtnl_handle rth; local
993 struct rtnl_handle rth; local
    [all...]
xfrm_state.c 238 struct rtnl_handle rth; local
545 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
551 if (rtnl_talk(&rth, &req.n, 0, 0, NULL) < 0)
554 rtnl_close(&rth);
561 struct rtnl_handle rth; local
681 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
688 if (rtnl_talk(&rth, &req.n, 0, 0, res_n) < 0)
696 rtnl_close(&rth);
818 struct rtnl_handle rth; local
871 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0
909 struct rtnl_handle *rth = xb->rth; local
959 struct rtnl_handle rth; local
1111 struct rtnl_handle rth; local
1139 struct rtnl_handle rth; local
    [all...]
  /external/iproute2/genl/
ctrl.c 44 struct rtnl_handle rth; local
63 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
70 if (rtnl_talk(&rth, nlh, 0, 0, nlh) < 0) {
111 rtnl_close(&rth);
286 struct rtnl_handle rth; local
306 if (rtnl_open_byproto(&rth, 0, NETLINK_GENERIC) < 0) {
337 if (rtnl_talk(&rth, nlh, 0, 0, nlh) < 0) {
351 nlh->nlmsg_seq = rth.dump = ++rth.seq;
353 if (rtnl_send(&rth, nlh, nlh->nlmsg_len) < 0)
370 struct rtnl_handle rth; local
    [all...]
  /external/iproute2/misc/
ifstat.c 121 struct rtnl_handle rth; local
123 if (rtnl_open(&rth, 0) < 0)
126 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) {
131 if (rtnl_dump_filter(&rth, get_nlmsg, NULL) < 0) {
136 rtnl_close(&rth);
arpd.c 61 struct rtnl_handle rth; variable in typeref:struct:rtnl_handle
286 return rtnl_send(&rth, &req, req.n.nlmsg_len) <= 0;
431 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH);
453 status = recvmsg(rth.fd, &msg, MSG_DONTWAIT);
778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
782 pset[1].fd = rth.fd;
ss.c 990 struct rtnl_handle rth; local
991 rtnl_open(&rth, 0);
992 ll_init_map(&rth);
993 rtnl_close(&rth);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1045 milliseconds