Searched refs:optF (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/libexec/pppoed/
H A Dpppoed.c505 int ch, cs, ds, ret, optF, optd, optn, sz, f; local
515 optF = optd = optn = 0;
520 optF = 1;
611 if (!optF && daemon(1, 0) == -1) {
633 openlog(prog, LOG_PID | (optF ? LOG_PERROR : 0), LOG_DAEMON);
634 if (!optF && optn)

Completed in 42 milliseconds