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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c85 static int noident = 0; /* 1 to disable; 2 to reject */ variable
209 { "noident", o_int, &noident,
712 /* More than one 'noident' tells us to reject the code number. */
713 if (noident > 1)
1742 if (!noident && sentident < 3) {
2372 if (!noident && sentident < 3) {
2435 if (!noident) {

Completed in 63 milliseconds