Searched hist:b4a395a41ba6f5f888c20c07de2334d23bc89726 (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | getnameinfo.3 | diff b4a395a41ba6f5f888c20c07de2334d23bc89726 Thu Jul 28 12:05:41 CEST 2016 Ed Schouten <ed@FreeBSD.org> Add NI_NUMERICSCOPE.
POSIX also declares NI_NUMERICSCOPE, which makes getnameinfo() return a numerical scope identifier. The interesting thing is that support for this is already present in code, but #ifdef disabled. Expose this functionality by placing a definition for it in <netdb.h>.
While there, remove references to NI_WITHSCOPEID, as that got removed 11 years ago.
|
/freebsd/include/ |
H A D | netdb.h | diff b4a395a41ba6f5f888c20c07de2334d23bc89726 Thu Jul 28 12:05:41 CEST 2016 Ed Schouten <ed@FreeBSD.org> Add NI_NUMERICSCOPE.
POSIX also declares NI_NUMERICSCOPE, which makes getnameinfo() return a numerical scope identifier. The interesting thing is that support for this is already present in code, but #ifdef disabled. Expose this functionality by placing a definition for it in <netdb.h>.
While there, remove references to NI_WITHSCOPEID, as that got removed 11 years ago.
|