Searched refs:PPP_DRV_NAME (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | main.c | 304 #if !defined(PPP_DRV_NAME) 305 #define PPP_DRV_NAME "ppp" macro 758 info("Using interface %s%d", PPP_DRV_NAME, ifunit); 759 slprintf(ifname, sizeof(ifname), "%s%d", PPP_DRV_NAME, ifunit);
|
D | sys-solaris.c | 137 #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()
|