Searched refs:grub_netbuff_pull (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/net/
H A Dnetbuff.h24 grub_err_t grub_netbuff_pull (struct grub_net_buff *net_buff, grub_size_t len);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dethernet.c96 err = grub_netbuff_pull (nb, sizeof (*eth));
107 err = grub_netbuff_pull (nb, sizeof (*llch));
H A Dnetbuff.c54 grub_netbuff_pull (struct grub_net_buff *nb, grub_size_t len) function
H A Dicmp.c76 err = grub_netbuff_pull (nb, sizeof (*icmph));
H A Dicmp6.c143 err = grub_netbuff_pull (nb, sizeof (*icmph));
209 err = grub_netbuff_pull (nb, sizeof (struct router_adv));
312 err = grub_netbuff_pull (nb, sizeof (*nbh));
345 err = grub_netbuff_pull (nb, sizeof (struct router_adv));
H A Dip.c176 err = grub_netbuff_pull (nb, len);
267 err = grub_netbuff_pull (nb, sizeof (*udph));
428 err = grub_netbuff_pull (nb, ((iph->verhdrlen & 0xf)
518 err = grub_netbuff_pull (nb_top, ((iph->verhdrlen & 0xf)
647 err = grub_netbuff_pull (nb, sizeof (*iph));
H A Dhttp.c249 err = grub_netbuff_pull (nb, ptr - (char *) nb->data);
273 grub_netbuff_pull (nb, data->chunk_rem);
H A Dudp.c198 err = grub_netbuff_pull (nb, sizeof (*udph));
H A Dtftp.c288 err = grub_netbuff_pull (nb_top, sizeof (tftph->opcode) +
H A Dtcp.c715 err = grub_netbuff_pull (nb, fraglen);
894 err = grub_netbuff_pull (nb_top, (grub_be_to_cpu16 (tcph->flags)

Completed in 24 milliseconds