Date: Wed, 08 Jul 2015 16:18:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 198092] getaddrinfo(3) fails with "Invalid value for ai_flags" (error code 3) if hint.ai_flags contains AI_V4MAPPED Message-ID: <bug-198092-8-yqERX81zEf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-198092-8@https.bugs.freebsd.org/bugzilla/> References: <bug-198092-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198092 Hiroki Sato <hrs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hrs@FreeBSD.org --- Comment #2 from Hiroki Sato <hrs@FreeBSD.org> --- AI_V4MAPPED is not supported on FreeBSD. While the manual page mentioned RFC 3493, AI_ALL or AI_V4MAPPED returns EAI_BADFLAGS. This is due to a decision on the API implementation. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198092-8-yqERX81zEf>