Home
last modified time | relevance | path

Searched refs:sequenceIs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c350 #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()
2671 sequenceIs(nawsopt, getterminal) || in getterminaltype()
[all …]