Searched refs:build_ip_hdr (Results 1 - 3 of 3) sorted by relevance
/osnet-11/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, function 408 build_ip_hdr(destip, ttl, IP_UDP, 0, len, buf); 754 build_ip_hdr(igmptable[i].group.s_addr, 841 build_ip_hdr(htonl(GROUP_ALL_HOSTS),
|
Completed in 30 milliseconds