Searched refs:olddep (Results 1 – 1 of 1) sorted by relevance
1671 const struct device_entry *olddep, *oldmax; in parse_options() local1774 olddep = cur_options->os_devices; in parse_options()1775 oldmax = olddep + cur_options->os_ndevices; in parse_options()1777 olddep = oldmax = NULL; in parse_options()1780 (olddep != NULL && olddep < oldmax)) { in parse_options()1782 if (olddep >= oldmax) { in parse_options()1787 olddep->de_name); in parse_options()1795 olddep++; in parse_options()1800 if (olddep < oldmax) { in parse_options()1802 rem_old_dev(tunfd, olddep->de_name); in parse_options()[all …]