Home
last modified time | relevance | path

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

/external/grub/netboot/
Dmain.c198 udp_transmit (unsigned long destip, unsigned int srcsock, in udp_transmit() argument
218 ip->dest.s_addr = destip; in udp_transmit()
229 if (destip == IP_BROADCAST) in udp_transmit()
235 if (((destip & netmask) in udp_transmit()
238 destip = arptable[ARP_GATEWAY].ipaddr.s_addr; in udp_transmit()
241 if (arptable[arpentry].ipaddr.s_addr == destip) in udp_transmit()
246 etherboot_printf ("%@ is not in my arp table!\n", destip); in udp_transmit()
270 grub_memmove (arpreq.tipaddr, (char *) &destip, sizeof (in_addr)); in udp_transmit()
Detherboot.h499 extern int udp_transmit (unsigned long destip, unsigned int srcsock,