Lines Matching refs:mustAuthenticate
895 char mustAuthenticate;
931 mustAuthenticate = message->mustAuthenticate;
932 if (mustAuthenticate != 0 && mustAuthenticate != 1)
935 ICE_ConnectionSetup, 8, 1, &mustAuthenticate);
1040 if (mustAuthenticate || !iceConn->listen_obj->host_based_auth_proc)
1099 setupInfo->must_authenticate = mustAuthenticate;
1881 char mustAuthenticate;
1930 mustAuthenticate = message->mustAuthenticate;
1932 if (mustAuthenticate != 0 && mustAuthenticate != 1)
1935 ICE_ProtocolSetup, 4, 1, &mustAuthenticate);
2089 if (mustAuthenticate || !myProtocol->host_based_auth_proc)
2143 setupInfo->must_authenticate = mustAuthenticate;