HomeSort by relevance Sort by last modified time
    Searched defs:rth (Results 1 - 16 of 16) 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, NULL, NULL) < 0) {
173 if (rtnl_listen(&rth, dump_msg, (void*)fp) < 0)
ip.c 35 struct rtnl_handle rth = { .fd = -1 }; variable in typeref:struct:rtnl_handle
112 if (rtnl_open(&rth, 0) < 0) {
136 rtnl_close(&rth);
247 if (rtnl_open(&rth, 0) < 0)
256 rtnl_close(&rth);
xfrm.h 75 struct rtnl_handle *rth; member in struct:xfrm_buffer
xfrm_policy.c 228 struct rtnl_handle rth; local
352 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
358 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
361 rtnl_close(&rth);
522 struct rtnl_handle rth; local
599 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
614 if (rtnl_talk(&rth, &req.n, 0, 0, res_nlbuf, NULL, NULL) < 0)
617 rtnl_close(&rth);
653 struct rtnl_handle *rth = xb->rth; local
714 struct rtnl_handle rth; local
902 struct rtnl_handle rth; local
931 struct rtnl_handle rth; local
    [all...]
xfrm_state.c 239 struct rtnl_handle rth; local
512 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
518 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
521 rtnl_close(&rth);
528 struct rtnl_handle rth; local
648 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0)
655 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0)
663 rtnl_close(&rth);
785 struct rtnl_handle rth; local
838 if (rtnl_open_byproto(&rth, 0, NETLINK_XFRM) < 0
876 struct rtnl_handle *rth = xb->rth; local
926 struct rtnl_handle rth; local
1078 struct rtnl_handle rth; local
1106 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, NULL, NULL) < 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, NULL, NULL) < 0) {
351 nlh->nlmsg_seq = rth.dump = ++rth.seq;
353 if (rtnl_send(&rth, (const char *) nlh, nlh->nlmsg_len) < 0)
370 struct rtnl_handle rth; local
    [all...]
  /external/iproute2/misc/
ifstat.c 120 struct rtnl_handle rth; local
122 if (rtnl_open(&rth, 0) < 0)
125 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) {
130 if (rtnl_dump_filter(&rth, get_nlmsg, NULL, NULL, NULL) < 0) {
135 rtnl_close(&rth);
arpd.c 61 struct rtnl_handle rth; variable in typeref:struct:rtnl_handle
284 return rtnl_send(&rth, (char*)&req, req.n.nlmsg_len) <= 0;
429 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH);
451 status = recvmsg(rth.fd, &msg, MSG_DONTWAIT);
770 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
774 pset[1].fd = rth.fd;
ss.c 981 struct rtnl_handle rth; local
982 rtnl_open(&rth, 0);
983 ll_init_map(&rth);
984 rtnl_close(&rth);
    [all...]

Completed in 415 milliseconds