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

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

Completed in 65 milliseconds