Home
last modified time | relevance | path

Searched refs:MULTICAST_MASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h46 #define MULTICAST_MASK 0xF0000000 macro
H A Dnic.c309 } else if ((destip & htonl(MULTICAST_MASK)) == htonl(MULTICAST_NETWORK)) { in ip_transmit()
868 if ((group & htonl(MULTICAST_MASK)) == htonl(MULTICAST_NETWORK)) { in join_group()