Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c227 if (req_unit == -1) in sys_check_options()
228 req_unit = -2; in sys_check_options()
498 x = req_unit; in sys_init()
505 if (req_unit >= 0 && ifunit != req_unit) { in sys_init()
507 fatal("unable to get requested unit %d", req_unit); in sys_init()
509 warn("unable to get requested unit %d", req_unit); in sys_init()
H A Doptions.c116 int req_unit = -1; /* requested interface unit */ variable
315 { "unit", o_int, &req_unit,
H A Dpppd.h273 extern int req_unit; /* interface unit number to use */