Searched defs:IN6ADDR_LOOPBACK_INIT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/ |
H A D | net.h | 120 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro 122 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | ipv6.h | 54 #define IN6ADDR_LOOPBACK_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }} macro
|
/freebsd/sys/netinet6/ |
H A D | in6.h | 194 #define IN6ADDR_LOOPBACK_INIT \ macro
|