Home | History | Annotate | Download | only in dist

Lines Matching defs:beginning

675 	pcap_if_t *beginning;
740 devlist.beginning = NULL;
746 if (devlist.beginning != NULL)
747 pcap_freealldevs(devlist.beginning);
762 if (devlist.beginning != NULL)
763 pcap_freealldevs(devlist.beginning);
772 *alldevsp = devlist.beginning;
796 * capture at the beginning of the list.
1301 for (curdev = devlistp->beginning; curdev != NULL;
1395 nextdev = devlistp->beginning;
1441 devlistp->beginning = curdev;
2520 * Get a pointer to the pcap_t at the beginning.
2536 * data from the beginning of the structure.