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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp.c784 int ppp_unit = 0; local
787 /* cprintf("%s:%d, ppp_unit=%d\n",__func__, __LINE__,ppp_unit); */
788 if ((err = ioctl(pppfd, PPPIOCCONNECT, &ppp_unit)) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c2313 static unsigned long get_ppp_pktnr(int ppp_unit) argument
2326 sprintf(ifname, "ppp%d", ppp_unit);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dcontrol.c1941 int ppp_unit = 0; local
1943 if (ppp_fd < 0 || (ioctl(ppp_fd, PPPIOCCONNECT, &ppp_unit)) < 0)

Completed in 107 milliseconds