Searched refs:grub_netbuff_push (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/net/
H A Dnetbuff.h23 grub_err_t grub_netbuff_push (struct grub_net_buff *net_buff, grub_size_t len);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp6.c172 err = grub_netbuff_push (nb_reply, nb->tail - nb->data);
176 err = grub_netbuff_push (nb_reply, sizeof (*icmphr));
264 err = grub_netbuff_push (nb_reply, 6);
268 err = grub_netbuff_push (nb_reply, sizeof (*ohdr));
274 err = grub_netbuff_push (nb_reply, sizeof (*adv));
282 err = grub_netbuff_push (nb_reply, sizeof (*icmphr));
476 err = grub_netbuff_push (nb, 6);
481 err = grub_netbuff_push (nb, sizeof (*ohdr));
488 err = grub_netbuff_push (nb, sizeof (*sol));
496 err = grub_netbuff_push (n
[all...]
H A Dicmp.c97 err = grub_netbuff_push (nb_reply, nb->tail - nb->data);
101 err = grub_netbuff_push (nb_reply, sizeof (*icmphr));
H A Dnetbuff.c44 grub_netbuff_push (struct grub_net_buff *nb, grub_size_t len) function
H A Dtftp.c154 err = grub_netbuff_push (&nb_ack, sizeof (tftph_ack->opcode)
404 err = grub_netbuff_push (&nb, sizeof (*tftph));
514 err = grub_netbuff_push (&nb_err, sizeof (tftph->opcode)
H A Darp.c78 err = grub_netbuff_push (&nb, sizeof (*arp_header) + 2 * (6 + addrlen));
H A Dethernet.c62 err = grub_netbuff_push (nb, sizeof (*eth));
H A Dudp.c119 err = grub_netbuff_push (nb, sizeof (*udph));
H A Dbootp.c585 err = grub_netbuff_push (nb, sizeof (*pack) + 64);
608 grub_netbuff_push (nb, sizeof (*udph));
H A Dip.c201 grub_netbuff_push (nb, sizeof (*iph));
596 grub_netbuff_push (nb, sizeof (*iph));
H A Dtcp.c724 err = grub_netbuff_push (nb, sizeof (*tcph));

Completed in 32 milliseconds