Searched refs:SESS_DISCONNECT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.h59 #define SESS_DISCONNECT BIT(1) macro
H A Dfsm.c332 currsess->flags |= SESS_DISCONNECT;
406 sess->flags |= SESS_DISCONNECT;
471 while((sess->flags & (SESS_REDIRECT|SESS_RECONNECT|SESS_DISCONNECT)) == 0) {
484 if(sess->flags & SESS_DISCONNECT) {
596 if(sess->flags & SESS_DISCONNECT) {

Completed in 55 milliseconds