Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c304 #if !defined(PPP_DRV_NAME)
305 #define PPP_DRV_NAME "ppp" macro
781 info("Using interface %s%d", PPP_DRV_NAME, ifunit);
782 slprintf(ifname, sizeof(ifname), "%s%d", PPP_DRV_NAME, ifunit);
Dsys-solaris.c137 #if !defined(PPP_DRV_NAME)
138 #define PPP_DRV_NAME "ppp" macro
142 #define PPP_DEV_NAME "/dev/" PPP_DRV_NAME
620 sprintf(ifname, PPP_DRV_NAME "%d", ifunit); in sys_init()
758 slprintf(ifr.ifr_name, sizeof(ifr.ifr_name), PPP_DRV_NAME "%d", ifunit); in sys_init()