Searched refs:drvnam (Results 1 – 1 of 1) sorted by relevance
162 static const char *drvnam = PPP_DEV_NAME; variable252 if ((cp = strrchr(drvnam, '/')) == NULL) in sys_ifname()253 cp = drvnam; in sys_ifname()465 drvnam = devnam; in sys_init()479 pppfd = open(drvnam, O_RDWR | O_NONBLOCK); in sys_init()481 fatal("Can't open %s: %m", drvnam); in sys_init()566 tmpfd = open(drvnam, O_RDWR | O_NONBLOCK, 0); in plumb_ipif()568 error("Couldn't open PPP device (%s): %m", drvnam); in plumb_ipif()3087 tmpfd = open(drvnam, O_RDWR | O_NONBLOCK, 0); in plumb_ip6if()3089 error("Couldn't open PPP device (%s): %m", drvnam); in plumb_ip6if()