Home | History | Annotate | Download | only in fio

Lines Matching refs:ipv6

1579 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp,
1585 if (ipv6)
1594 hints.ai_family = ipv6 ? AF_INET6 : AF_INET;
1604 if (ipv6)
1623 * For IPv6:
1624 * *ptr is the host, *port is the port, inp6 is the dest, and *ipv6 is 1.
1630 struct in6_addr *inp6, int *ipv6)
1639 *ipv6 = 0;
1657 *ipv6 = 1;
1695 if (fio_server_parse_host(*ptr, *ipv6, inp, inp6)) {