Searched refs:grub_netbuff_unput (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/net/
H A Dnetbuff.h22 grub_err_t grub_netbuff_unput (struct grub_net_buff *net_buff, grub_size_t len);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnetbuff.c34 grub_netbuff_unput (struct grub_net_buff *nb, grub_size_t len) function
H A Dtftp.c310 err = grub_netbuff_unput (nb_top, size - data->block_size);
439 err = grub_netbuff_unput (&nb, nb.tail - (nb.data + hdrlen));
H A Dip.c404 err = grub_netbuff_unput (nb, actual_size - expected_size);
660 err = grub_netbuff_unput (nb, actual_size - expected_size);

Completed in 24 milliseconds