Searched refs:sequenceIs (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 350 #define sequenceIs(x, y) (clocks.x < clocks.y) macro 2489 while (sequenceIs(authopt, getauth)) in getauthtype() 2530 while (sequenceIs(authdone, getauth)) in getauthtype() 2579 while (sequenceIs(encropt, getencr)) in getencrtype() 2603 while (sequenceIs(encr_support, getencr)) in getencrtype() 2629 if (sequenceIs(ttypeopt, getterminal)) { in getterminaltype() 2634 if (sequenceIs(nawsopt, getterminal)) { in getterminaltype() 2639 if (sequenceIs(xdisplocopt, getterminal)) { in getterminaltype() 2644 if (sequenceIs(environopt, getterminal)) { in getterminaltype() 2649 if (sequenceIs(oenvironopt, getterminal)) { in getterminaltype() [all …]
|