Searched refs:PPP_DRV_NAME (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppstats/
H A Dpppstats.c125 * If PPP_DRV_NAME is not defined, use the legacy "ppp" as the
128 #if !defined(PPP_DRV_NAME)
129 #define PPP_DRV_NAME "ppp" macro
130 #endif /* !defined(PPP_DRV_NAME) */
477 interface = PPP_DRV_NAME "0";
531 if (sscanf(interface, PPP_DRV_NAME "%d", &unit) != 1) {
563 dev = "/dev/" PPP_DRV_NAME;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c343 * If PPP_DRV_NAME is not defined, use the default "ppp" as the device name.
345 #if !defined(PPP_DRV_NAME)
346 #define PPP_DRV_NAME "ppp" macro
347 #endif /* !defined(PPP_DRV_NAME) */
1200 info("Using interface %s%d", PPP_DRV_NAME, ifunit);
1201 slprintf(ifname, sizeof(ifname), "%s%d", PPP_DRV_NAME, ifunit);
H A Dsys-MacOSX.c143 * If PPP_DRV_NAME is not defined, use the default "ppp" as the device name.
145 #if !defined(PPP_DRV_NAME)
146 #define PPP_DRV_NAME "ppp" macro
147 #endif /* !defined(PPP_DRV_NAME) */
1036 slprintf(name, sizeof(name), "%s%d", PPP_DRV_NAME, ifunit);

Completed in 213 milliseconds