Searched refs:rth (Results 26 - 38 of 38) sorted by relevance

12

/external/iproute2/ip/
H A Diproute.c110 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
287 fn->nlmsg_seq = ++rth.seq;
938 ll_init_map(&rth);
985 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
991 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family) argument
1007 req.nlh.nlmsg_seq = rth->dump = ++rth->seq;
1011 return sendto(rth->fd, (void*)&req, sizeof(req), 0, (struct sockaddr*)&nladdr, sizeof(nladdr));
1175 ll_init_map(&rth);
1218 if (rtnl_wilddump_request(&rth, do_ipv
[all...]
H A Dipaddress.c431 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
518 fn->nlmsg_seq = ++rth.seq;
795 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETLINK) < 0) {
800 if (rtnl_dump_filter(&rth, store_nlmsg, &linfo, NULL, NULL) < 0) {
842 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
847 if (rtnl_dump_filter_l(&rth, a) < 0) {
875 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
880 if (rtnl_dump_filter(&rth, store_nlmsg, &ainfo, NULL, NULL) < 0) {
1147 ll_init_map(&rth);
1171 if (rtnl_talk(&rth,
[all...]
H A Dipntable.c316 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
623 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) {
628 if (rtnl_dump_filter(&rth, print_ntable, stdout, NULL, NULL) < 0) {
638 ll_init_map(&rth);
H A Dxfrm.h75 struct rtnl_handle *rth; member in struct:xfrm_buffer
H A Diplink.c161 rtnl_send(&rth, (char *)&req.n, req.n.nlmsg_len);
162 rtnl_listen(&rth, accept_msg, NULL);
426 ll_init_map(&rth);
497 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
H A Dlink_gre.c75 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemApplyTemplates.java223 final SerializationHandler rth = transformer.getSerializationHandler();
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/
H A Difstat.c120 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);
H A Darpd.c61 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;
H A Dss.c981 struct rtnl_handle rth; local
982 rtnl_open(&rth, 0);
983 ll_init_map(&rth);
984 rtnl_close(&rth);
1566 if (/*h->nlmsg_pid != rth->local.nl_pid ||*/
/external/iproute2/tc/
H A Df_route.c84 ll_init_map(&rth);
H A Dm_mirred.c147 ll_init_map(&rth);
268 ll_init_map(&rth);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java1815 SerializationHandler rth = m_serializationHandler;
1819 rth.startDocument();
1824 rth.flushPending();
1833 rth.flushPending();
1843 rth.endDocument();

Completed in 688 milliseconds

12