Home
last modified time | relevance | path

Searched refs:base_dev (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dif.c715 char base_dev[PATH_MAX]; in openInterface() local
723 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()