Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c168 static const char *drvnam = PPP_DEV_NAME; variable
258 if ((cp = strrchr(drvnam, '/')) == NULL) in sys_ifname()
259 cp = drvnam; in sys_ifname()
471 drvnam = devnam; in sys_init()
485 pppfd = open(drvnam, O_RDWR | O_NONBLOCK); in sys_init()
487 fatal("Can't open %s: %m", drvnam); in sys_init()
572 tmpfd = open(drvnam, O_RDWR | O_NONBLOCK, 0); in plumb_ipif()
574 error("Couldn't open PPP device (%s): %m", drvnam); in plumb_ipif()
3146 tmpfd = open(drvnam, O_RDWR | O_NONBLOCK, 0); in plumb_ip6if()
3148 error("Couldn't open PPP device (%s): %m", drvnam); in plumb_ip6if()