Searched refs:packs (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dhttp.c59 for (pack = net->packs.first; pack; pack = pack->next)
259 grub_net_put_packet (&file->device->net->packs, nb);
272 grub_net_put_packet (&file->device->net->packs, nb2);
417 while (file->device->net->packs.first)
419 grub_netbuff_free (file->device->net->packs.first->nb);
420 grub_net_remove_packet (file->device->net->packs.first);
H A Dnet.c1276 file->device->net->packs.first = NULL;
1277 file->device->net->packs.last = NULL;
1302 while (file->device->net->packs.first)
1304 grub_netbuff_free (file->device->net->packs.first->nb);
1305 grub_net_remove_packet (file->device->net->packs.first);
1398 while (net->packs.first)
1401 nb = net->packs.first->nb;
1417 grub_net_remove_packet (net->packs.first);
1443 for (pack = net->packs.first; pack; pack = pack->next)
1469 while (file->device->net->packs
[all...]
H A Dtcp.c77 grub_net_packets_t packs; member in struct:grub_net_tcp_socket
913 grub_net_put_packet (&sock->packs, nb_top);
921 while (sock->packs.first)
923 nb = sock->packs.first->nb;
925 sock->recv_hook (sock, sock->packs.first->nb, sock->hook_data);
928 grub_net_remove_packet (sock->packs.first);
H A Dtftp.c316 grub_net_put_packet (&file->device->net->packs, nb_top);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm129 consisting of (PORT, ADDRESS). In a scalar context, packs its (PORT,
155 consisting of (PATHNAME). In a scalar context, packs its PATHNAME
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h228 grub_net_packets_t packs; member in struct:grub_net
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl7539 local %packs;

Completed in 53 milliseconds