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

/external/ppp/pppd/
H A Doptions.c111 int req_unit = -1; /* requested interface unit */ variable
267 { "unit", o_int, &req_unit,
H A Dsys-linux.c633 ifunit = req_unit;
635 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
636 warn("Couldn't allocate PPP unit %d as it is already in use", req_unit);
H A Dpppd.h314 extern int req_unit; /* interface unit number to use */

Completed in 86 milliseconds