Home | History | Annotate | Download | only in pppd

Lines Matching refs:PPP_DRV_NAME

305  * If PPP_DRV_NAME is not defined, use the default "ppp" as the device name.
307 #if !defined(PPP_DRV_NAME)
308 #define PPP_DRV_NAME "ppp"
309 #endif /* !defined(PPP_DRV_NAME) */
781 info("Using interface %s%d", PPP_DRV_NAME, ifunit);
782 slprintf(ifname, sizeof(ifname), "%s%d", PPP_DRV_NAME, ifunit);