Searched refs:format_host (Results 1 - 12 of 12) sorted by relevance

/external/iproute2/ip/
H A Dipmroute.c119 format_host(AF_INET, 4, &msrc.data[0], sbuf, sizeof(sbuf)),
120 format_host(AF_INET, 4, &maddr.data[0], mbuf, sizeof(mbuf)));
H A Diprule.c95 fprintf(fp, "from %s ", format_host(r->rtm_family,
116 fprintf(fp, "to %s ", format_host(r->rtm_family,
187 format_host(r->rtm_family,
H A Dlink_gre.c285 remote = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
294 local = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
H A Diptunnel.c312 /* Do not use format_host() for local addr,
318 p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any",
335 format_host(AF_INET, 4, &prl[i].addr, s1, sizeof(s1)));
370 format_host(AF_INET, 4, &ip6rd.relay_prefix, s1, sizeof(s1)),
H A Dipaddrlabel.c79 format_host(ifal->ifal_family,
H A Dipmaddr.c219 format_host(list->addr.family,
H A Dipneigh.c254 format_host(r->ndm_family,
H A Diproute.c344 fprintf(fp, "%s ", format_host(r->rtm_family,
364 fprintf(fp, "from %s ", format_host(r->rtm_family,
380 format_host(r->rtm_family,
397 /* Do not use format_host(). It is our local addr
589 format_host(r->rtm_family,
/external/iproute2/tc/
H A Dm_nat.c193 format_host(AF_INET, 4, &sel->old_addr, buf1, sizeof(buf1)),
195 format_host(AF_INET, 4, &sel->new_addr, buf2, sizeof(buf2)),
/external/iproute2/include/
H A Dutils.h97 extern const char *format_host(int af, int len, const void *addr,
/external/iproute2/lib/
H A Dutils.c599 const char *format_host(int af, int len, const void *addr, function
/external/iproute2/misc/
H A Dss.c651 ap = format_host(AF_INET, 4, a->data, buf, sizeof(buf));
654 ap = format_host(a->family, 16, a->data, buf, sizeof(buf));

Completed in 145 milliseconds