HomeSort by relevance Sort by last modified time
    Searched refs:req_unit (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
options.c 111 int req_unit = -1; /* requested interface unit */ variable
267 { "unit", o_int, &req_unit,
    [all...]
sys-linux.c 632 ifunit = req_unit;
634 if (x < 0 && req_unit >= 0 && errno == EEXIST) {
635 warn("Couldn't allocate PPP unit %d as it is already in use", req_unit);
    [all...]
pppd.h 314 extern int req_unit; /* interface unit number to use */
    [all...]

Completed in 4391 milliseconds