Searched refs:fio_server_parse_host (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | server.h | 190 extern int fio_server_parse_host(const char *, int, struct in_addr *, struct in6_addr *);
|
D | server.c | 1579 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp, in fio_server_parse_host() function 1695 if (fio_server_parse_host(*ptr, *ipv6, inp, inp6)) { in fio_server_parse_string()
|
D | client.c | 273 if (fio_server_parse_host(hostname, ipv6, in fio_client_add_explicit()
|