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

  /external/iproute2/ip/
iplink_vxlan.c 419 format_host(AF_INET, 4, &addr));
424 format_host(AF_INET, 4, &addr));
435 format_host(AF_INET6,
442 format_host(AF_INET6,
455 format_host(AF_INET, 4, &addr));
464 format_host(AF_INET6,
link_vti.c 224 remote = format_host(AF_INET, 4, &addr);
233 local = format_host(AF_INET, 4, &addr);
link_vti6.c 225 remote = format_host(AF_INET6, 16, &daddr);
233 local = format_host(AF_INET6, 16, &saddr);
link_iptnl.c 398 remote = format_host(AF_INET, 4, &addr);
407 local = format_host(AF_INET, 4, &addr);
479 format_host(AF_INET,
491 format_host(AF_INET, 4, &relayprefix),
iplink_geneve.c 249 format_host(AF_INET, 4, &addr));
259 format_host(AF_INET6,
tcp_metrics.c 193 format_host(family, dlen, &daddr.data));
297 format_host(family, slen, &saddr.data));
iptunnel.c 301 /* Do not use format_host() for local addr,
322 format_host(AF_INET, 4, &prl[i].addr));
358 format_host(AF_INET, 4, &ip6rd.relay_prefix),
link_gre.c 402 remote = format_host(AF_INET, 4, &addr);
411 local = format_host(AF_INET, 4, &addr);
link_gre6.c 425 remote = format_host(AF_INET6, sizeof(addr), &addr);
436 local = format_host(AF_INET6, sizeof(addr), &addr);
ipmaddr.c 217 format_host(list->addr.family,
iproute.c 423 format_host(via->rtvia_family, len, via->rtvia_addr));
437 /* Do not use format_host(). It is our local addr
668 format_host(via->rtvia_family, len, via->rtvia_addr));
    [all...]
  /external/iproute2/include/
utils.h 121 const char *format_host(int af, int lne, const void *addr);
123 format_host(af, RTA_PAYLOAD(rta), RTA_DATA(rta))
  /external/iproute2/bridge/
fdb.c 174 abuf_s = format_host(family,
  /external/iproute2/misc/
ss.c 1055 ap = format_host(AF_INET, 4, a->data);
1062 ap = format_host(a->family, 16, a->data);
    [all...]
  /external/iproute2/lib/
utils.c 959 const char *format_host(int af, int len, const void *addr) function

Completed in 276 milliseconds