Lines Matching defs:beginning
666 pcap_if_t *beginning;
731 devlist.beginning = NULL;
737 if (devlist.beginning != NULL)
738 pcap_freealldevs(devlist.beginning);
753 if (devlist.beginning != NULL)
754 pcap_freealldevs(devlist.beginning);
763 *alldevsp = devlist.beginning;
787 * capture at the beginning of the list.
1292 for (curdev = devlistp->beginning; curdev != NULL;
1386 nextdev = devlistp->beginning;
1432 devlistp->beginning = curdev;
2503 * Get a pointer to the pcap_t at the beginning.
2519 * data from the beginning of the structure.