Searched defs:hdestip (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c311 unsigned long hdestip; local
312 hdestip = ntohl(destip);
316 multicast[3] = (hdestip >> 16) & 0x7;
317 multicast[4] = (hdestip >> 8) & 0xff;
318 multicast[5] = hdestip & 0xff;

Completed in 25 milliseconds