Home
last modified time | relevance | path

Searched refs:socket_check_protocol_support (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dsocket-helpers.h33 int socket_check_protocol_support(bool *has_ipv4, bool *has_ipv6);
H A Dsocket-helpers.c135 int socket_check_protocol_support(bool *has_ipv4, bool *has_ipv6) in socket_check_protocol_support() function
H A Dtest-yank.c196 if (socket_check_protocol_support(&has_ipv4, &has_ipv6) < 0) { in main()
H A Dtest-util-sockets.c349 if (socket_check_protocol_support(&has_ipv4, &has_ipv6) < 0) { in main()
H A Dtest-io-channel-socket.c580 if (socket_check_protocol_support(&has_ipv4, &has_ipv6) < 0) { in main()
H A Dtest-char.c1498 if (socket_check_protocol_support(&has_ipv4, &has_ipv6) < 0) { in main()
/openbmc/qemu/tests/qtest/
H A Dnetdev-socket.c503 if (socket_check_protocol_support(&has_ipv4, &has_ipv6) < 0) { in main()