Searched refs:req_unit (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Doptions.c52 int req_unit = -1; /* requested interface unit */ variable
115 req_unit = atoi(optarg);
H A Dsys-linux.c418 ifunit = req_unit;
420 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
H A Dpppd.h269 extern int req_unit; /* interface unit number to use */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c121 int req_unit = -1; /* requested interface unit */ variable
281 { "unit", o_int, &req_unit,
H A Dsys-linux.c630 ifunit = req_unit;
632 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
633 warn("Couldn't allocate PPP unit %d as it is already in use", req_unit);
H A Dpppd.h320 extern int req_unit; /* interface unit number to use */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c82 int req_unit = -1; /* requested interface unit */ variable
226 { "unit", o_int, &req_unit,
H A Dpppd.h269 extern int req_unit; /* interface unit number to use */
H A Dsys-linux.c575 ifunit = req_unit;
577 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h307 extern int req_unit; /* interface unit number to use */

Completed in 169 milliseconds