HomeSort by relevance Sort by last modified time
    Searched refs:format_host (Results 1 - 12 of 12) sorted by null

  /external/iproute2/ip/
ipmroute.c 119 format_host(AF_INET, 4, &msrc.data[0], sbuf, sizeof(sbuf)),
120 format_host(AF_INET, 4, &maddr.data[0], mbuf, sizeof(mbuf)));
iprule.c 95 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,
link_gre.c 285 remote = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
294 local = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
iptunnel.c 312 /* 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)),
ipaddrlabel.c 79 format_host(ifal->ifal_family,
ipmaddr.c 219 format_host(list->addr.family,
ipneigh.c 254 format_host(r->ndm_family,
iproute.c 344 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,
    [all...]
  /external/iproute2/tc/
m_nat.c 193 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/
utils.h 97 extern const char *format_host(int af, int len, const void *addr,
  /external/iproute2/lib/
utils.c 599 const char *format_host(int af, int len, const void *addr, function
  /external/iproute2/misc/
ss.c 651 ap = format_host(AF_INET, 4, a->data, buf, sizeof(buf));
654 ap = format_host(a->family, 16, a->data, buf, sizeof(buf));
    [all...]

Completed in 380 milliseconds