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

  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
ipv6.h 55 #ifndef IN6ADDR_LOOPBACK_INIT
56 #define IN6ADDR_LOOPBACK_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }}
  /src/external/mpl/bind/dist/lib/isc/include/isc/
net.h 80 #ifndef IN6ADDR_LOOPBACK_INIT
83 #define IN6ADDR_LOOPBACK_INIT \
88 #define IN6ADDR_LOOPBACK_INIT \
91 #endif /* ifndef IN6ADDR_LOOPBACK_INIT */
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
net.h 83 #ifndef IN6ADDR_LOOPBACK_INIT
86 #define IN6ADDR_LOOPBACK_INIT \
95 #define IN6ADDR_LOOPBACK_INIT \
102 #endif /* ifndef IN6ADDR_LOOPBACK_INIT */
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
net.h 108 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
119 #ifndef IN6ADDR_LOOPBACK_INIT
122 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
124 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } }
  /src/sys/netinet6/
in6.h 211 #define IN6ADDR_LOOPBACK_INIT \

Completed in 22 milliseconds