Home | History | Annotate | Download | only in pppd

Lines Matching refs:PPP_DRV_NAME

137 #if !defined(PPP_DRV_NAME)
138 #define PPP_DRV_NAME "ppp"
139 #endif /* !defined(PPP_DRV_NAME) */
142 #define PPP_DEV_NAME "/dev/" PPP_DRV_NAME
620 sprintf(ifname, PPP_DRV_NAME "%d", ifunit);
758 slprintf(ifr.ifr_name, sizeof(ifr.ifr_name), PPP_DRV_NAME "%d", ifunit);