Home
last modified time | relevance | path

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

/external/grub/netboot/
Dmain.c215 ip->protocol = IP_UDP; in udp_transmit()
720 rval = (len - sizeof (struct iphdr)) + IP_UDP; in udpchksum()
851 || ip->protocol != IP_UDP) in await_reply()
Detherboot.h127 #define IP_UDP 17 macro