HomeSort by relevance Sort by last modified time
    Searched full:base_dev (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
if.c 715 char base_dev[PATH_MAX]; local
723 strncpy(base_dev, ifname, PATH_MAX);
724 base_dev[strlen(base_dev)-1] = '\0';
729 if (( fd = open(base_dev, O_RDWR)) < 0) {

Completed in 398 milliseconds