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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dip.h9 struct iphdr { struct
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dip.c31 struct iphdr { struct
67 struct iphdr *a = (struct iphdr *) a_->data;
68 struct iphdr *b = (struct iphdr *) b_->data;
134 fraglen = (inf->card->mtu - sizeof (struct iphdr)) & ~7;
141 struct iphdr *iph;
145 nb2 = grub_netbuff_alloc (fraglen + sizeof (struct iphdr)
152 err = grub_netbuff_put (nb2, sizeof (struct iphdr));
156 iph = (struct iphdr *) nb
[all...]

Completed in 528 milliseconds