HomeSort by: relevance | last modified time | path
    Searched defs:IN6_IS_ADDR_SITELOCAL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
ipv6.h 120 #ifndef IN6_IS_ADDR_SITELOCAL
121 #define IN6_IS_ADDR_SITELOCAL(a) (\
  /src/external/mpl/bind/dist/lib/isc/include/isc/
net.h 133 #ifndef IN6_IS_ADDR_SITELOCAL
135 #define IN6_IS_ADDR_SITELOCAL(a) \
137 #endif /* ifndef IN6_IS_ADDR_SITELOCAL */
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
net.h 153 #ifndef IN6_IS_ADDR_SITELOCAL
155 #define IN6_IS_ADDR_SITELOCAL(a) \
157 #endif /* ifndef IN6_IS_ADDR_SITELOCAL */
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
net.h 155 #ifndef IN6_IS_ADDR_SITELOCAL
157 #define IN6_IS_ADDR_SITELOCAL(a) \
222 #undef IN6_IS_ADDR_SITELOCAL
223 #define IN6_IS_ADDR_SITELOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0xC0FE)
  /src/sys/netinet6/
in6.h 294 #define IN6_IS_ADDR_SITELOCAL(a) \

Completed in 22 milliseconds