Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dfsm.h155 #define OPT_PASSIVE 1 /* Don't die if we don't get a response */ macro
H A Dfsm.c300 if (!(f->flags & OPT_PASSIVE) && f->callbacks->finished != NULL)
H A Dlcp.c570 f->flags |= OPT_PASSIVE;
589 if (f->state == STOPPED && (f->flags & (OPT_PASSIVE|OPT_SILENT))) {