Searched refs:base_dev (Results 1 – 1 of 1) sorted by relevance
715 char base_dev[PATH_MAX]; in openInterface() local723 strncpy(base_dev, ifname, PATH_MAX); in openInterface()724 base_dev[strlen(base_dev)-1] = '\0'; in openInterface()729 if (( fd = open(base_dev, O_RDWR)) < 0) { in openInterface()