Searched defs:best_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1944 int got_flag, best_flag; local
1965 best_flag = -1;
2006 if (got_flag <= best_flag)
2067 best_flag = got_flag;
2102 return best_flag;

Completed in 49 milliseconds