Home
last modified time | relevance | path

Searched refs:INADDR_UNSPEC_GROUP (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/netinet/
H A Din.h233 #define INADDR_UNSPEC_GROUP __IPADDR(0xe0000000) /* 224.0.0.0 */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Din_.d110 enum INADDR_UNSPEC_GROUP = 0xe0000000; in version() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
H A Din_.d188 enum INADDR_UNSPEC_GROUP = 0xe0000000; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
H A Din_.d192 enum INADDR_UNSPEC_GROUP = 0xe0000000; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/netinet/
H A Din_.d196 enum INADDR_UNSPEC_GROUP = 0xe0000000; variable
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfsyncd.c110 sin.sin_addr.s_addr = htonl(INADDR_UNSPEC_GROUP | 0x697066);