Home
last modified time | relevance | path

Searched refs:EAI_ADDRFAMILY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dsocket-helpers.c28 #ifndef EAI_ADDRFAMILY
29 # define EAI_ADDRFAMILY 0 macro
61 if (rc == EAI_ADDRFAMILY || rc == EAI_FAMILY || rc == EAI_NONAME) { in socket_can_bind_connect()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp124 .WillOnce(Return(EAI_ADDRFAMILY)); in TEST_F()