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

  /external/iproute2/ip/
iplink_vxlan.c 330 format_host(AF_INET, 4, &addr, s1, sizeof(s1)));
333 format_host(AF_INET, 4, &addr, s1, sizeof(s1)));
341 format_host(AF_INET6, sizeof(struct in6_addr), &addr, s1, sizeof(s1)));
344 format_host(AF_INET6, sizeof(struct in6_addr), &addr, s1, sizeof(s1)));
352 format_host(AF_INET, 4, &addr, s1, sizeof(s1)));
358 format_host(AF_INET6, sizeof(struct in6_addr), &addr, s1, sizeof(s1)));
iplink_geneve.c 135 format_host(AF_INET, 4, &addr, s1, sizeof(s1)));
142 format_host(AF_INET6, sizeof(struct in6_addr), &addr, s1, sizeof(s1)));
link_vti.c 213 remote = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
222 local = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
link_vti6.c 211 remote = format_host(AF_INET6, 16, &daddr, s1, sizeof(s1));
219 local = format_host(AF_INET6, 16, &saddr, s1, sizeof(s1));
link_iptnl.c 338 remote = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
347 local = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
403 format_host(AF_INET, 4, &relayprefix, s1,
iptoken.c 83 format_host(ifi->ifi_family,
iprule.c 92 fprintf(fp, "from %s ", format_host(r->rtm_family,
113 fprintf(fp, "to %s ", format_host(r->rtm_family,
199 format_host(r->rtm_family,
iptunnel.c 305 /* Do not use format_host() for local addr,
311 p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any",
327 format_host(AF_INET, 4, &prl[i].addr, s1, sizeof(s1)));
363 format_host(AF_INET, 4, &ip6rd.relay_prefix, s1, sizeof(s1)),
link_gre.c 356 remote = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
365 local = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
link_gre6.c 324 remote = format_host(AF_INET6, sizeof(addr), &addr, s1, sizeof(s1));
334 local = format_host(AF_INET6, sizeof(addr), &addr, s1, sizeof(s1));
tcp_metrics.c 196 format_host(family, dlen, &daddr.data, abuf, sizeof(abuf)));
300 format_host(family, slen, &saddr.data, abuf,
ipaddrlabel.c 78 format_host(ifal->ifal_family,
ipmaddr.c 220 format_host(list->addr.family,
iproute_lwtunnel.c 66 fprintf(fp, " %s ", format_host(AF_MPLS,
iproute.c 372 fprintf(fp, "%s ", format_host(r->rtm_family,
392 fprintf(fp, "from %s ", format_host(r->rtm_family,
402 fprintf(fp, "as to %s ", format_host(r->rtm_family,
419 format_host(r->rtm_family,
429 format_host(via->rtvia_family, len, via->rtvia_addr,
444 /* Do not use format_host(). It is our local addr
655 format_host(r->rtm_family,
665 format_host(via->rtvia_family, len, via->rtvia_addr,
    [all...]
ipaddress.c 1042 color_fprintf(fp, COLOR_INET, "%s", format_host(ifa->ifa_family,
1047 color_fprintf(fp, COLOR_INET6, "%s", format_host(ifa->ifa_family,
1052 fprintf(fp, "%s", format_host(ifa->ifa_family,
1063 format_host(ifa->ifa_family,
1076 format_host(ifa->ifa_family,
1083 format_host(ifa->ifa_family,
    [all...]
ip6tunnel.c 74 /* Do not use format_host() for local addr,
80 format_host(AF_INET6, 16, &p->raddr, s1, sizeof(s1)),
ipneigh.c 277 format_host(r->ndm_family,
  /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 125 const char *format_host(int af, int len, const void *addr,
  /external/iproute2/bridge/
fdb.c 114 format_host(family,
  /external/iproute2/lib/
utils.c 825 const char *format_host(int af, int len, const void *addr, function
  /external/iproute2/misc/
ss.c 1024 ap = format_host(AF_INET, 4, a->data, buf, sizeof(buf));
1027 ap = format_host(a->family, 16, a->data, buf, sizeof(buf));
    [all...]

Completed in 718 milliseconds