Home
last modified time | relevance | path

Searched refs:AI_ADDRCONFIG (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dsocket-helpers.c25 #ifndef AI_ADDRCONFIG
26 # define AI_ADDRCONFIG 0 macro
54 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; in socket_can_bind_connect()
/openbmc/qemu/util/
H A Dqemu-sockets.c35 #ifndef AI_ADDRCONFIG
36 # define AI_ADDRCONFIG 0 macro
400 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; in inet_parse_connect_saddr()
506 ai.ai_flags = AI_CANONNAME | AI_V4MAPPED | AI_ADDRCONFIG; in inet_dgram_saddr()
/openbmc/qemu/tests/qemu-iotests/
H A D147224 socket.AI_ADDRCONFIG | socket.AI_CANONNAME)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch349 +#ifndef AI_ADDRCONFIG
350 +#define AI_ADDRCONFIG 0x0020
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch255 + hints.ai_flags=AI_ADDRCONFIG;