Searched refs:build_ip_hdr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | ip.h | 22 extern void build_ip_hdr(unsigned long __destip, int __ttl, int __protocol,
|
H A D | grub.h | 83 extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol,
|
H A D | nic.c | 361 void build_ip_hdr(unsigned long destip, int ttl, int protocol, int option_len, in build_ip_hdr() function 408 build_ip_hdr(destip, ttl, IP_UDP, 0, len, buf); in build_udp_hdr() 754 build_ip_hdr(igmptable[i].group.s_addr, in send_igmp_reports() 841 build_ip_hdr(htonl(GROUP_ALL_HOSTS), in leave_group()
|