Home
last modified time | relevance | path

Searched refs:inet_netfamily (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dsockets.h67 NetworkAddressFamily inet_netfamily(int family);
/openbmc/qemu/ui/
H A Dspice-core.c196 info->family = inet_netfamily(addr->sa_family); in add_addr_info()
399 chan->family = inet_netfamily(paddr->sa_family); in qmp_query_spice_channels()
/openbmc/qemu/util/
H A Dqemu-sockets.c82 NetworkAddressFamily inet_netfamily(int family) in inet_netfamily() function