Searched refs:grub_netbuff_alloc (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/net/
H A Dnetbuff.h27 struct grub_net_buff * grub_netbuff_alloc (grub_size_t len);
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/emu/
H A Demunet.c67 nb = grub_netbuff_alloc (1536);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnetbuff.c75 grub_netbuff_alloc (grub_size_t len) function
H A Dicmp.c88 nb_reply = grub_netbuff_alloc (nb->tail - nb->data + 512);
H A Dicmp6.c163 nb_reply = grub_netbuff_alloc (nb->tail - nb->data + 512);
243 nb_reply = grub_netbuff_alloc (sizeof (struct neighbour_advertise)
461 nb = grub_netbuff_alloc (sizeof (struct neighbour_solicit)
H A Dtcp.c256 nb_fin = grub_netbuff_alloc (sizeof (*tcph_fin)
302 nb_ack = grub_netbuff_alloc (sizeof (*tcph_ack) + 128);
503 nb_ack = grub_netbuff_alloc (sizeof (*tcph)
593 nb = grub_netbuff_alloc (sizeof (*tcph) + 128);
693 nb2 = grub_netbuff_alloc (fraglen + sizeof (*tcph)
H A Dhttp.c267 nb2 = grub_netbuff_alloc (data->chunk_rem);
288 nb = grub_netbuff_alloc (GRUB_NET_TCP_RESERVE_SIZE
H A Dbootp.c573 nb = grub_netbuff_alloc (sizeof (*pack));
H A Ddns.c469 nb = grub_netbuff_alloc (GRUB_NET_OUR_MAX_IP_HEADER_SIZE
H A Dip.c145 nb2 = grub_netbuff_alloc (fraglen + sizeof (struct iphdr)
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/efi/
H A Definet.c89 nb = grub_netbuff_alloc (bufsize);
110 nb = grub_netbuff_alloc (bufsize);
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c85 nb = grub_netbuff_alloc (dev->mtu + 64);
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/i386/pc/
H A Dpxe.c264 buf = grub_netbuff_alloc (isr->frame_len);

Completed in 29 milliseconds