Searched defs:got_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
1979 got_flag = 0;
1985 got_flag = NONWILD_CLIENT;
1999 got_flag |= NONWILD_SERVER;
2006 if (got_flag <= best_flag)
2067 best_flag = got_flag;

Completed in 75 milliseconds