Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h47 #define MULTICAST_NETWORK 0xE0000000 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()