OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 807 milliseconds