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/
options.c
111
int
req_unit
= -1; /* requested interface unit */
variable
267
{ "unit", o_int, &
req_unit
,
[
all
...]
sys-linux.c
633
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
);
[
all
...]
pppd.h
314
extern int
req_unit
; /* interface unit number to use */
[
all
...]
Completed in 416 milliseconds