This is a discussion on getaddrinfo(3) vs. AI_ADDRCONFIG within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Hi! It seems that OpenBSD's getaddrinfo doesn't support the AI_ADDRCONFIG flag, which is specified in Single Unix, AFAICS; see ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi! It seems that OpenBSD's getaddrinfo doesn't support the AI_ADDRCONFIG flag, which is specified in Single Unix, AFAICS; see http://www.opengroup.org/onlinepubs/...tml#tag_03_209 "If the AI_ADDRCONFIG flag is specified, IPv4 addresses shall be returned only if an IPv4 address is configured on the local system, [IP6] [Option Start] and IPv6 addresses shall be returned only if an IPv6 address is configured on the local system. [Option End]" Btw, AI_V4MAPPED and AI_ALL are missing, too. Kind regards, Hannah. |