Home
last modified time | relevance | path

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

/dports/www/retawq/retawq-0.2.6c/
H A Dstuff.h1143 { ftmAutodetect = 0, ftmAuthTls = 1, ftmAuthTlsDataclear = 2, ftmAuthSsl = 3, enumerator
H A Dinit.c1257 else if (is_word("authtls")) ftm = ftmAuthTls; in handle_word()
H A Dresource.c5978 { case ftmAutodetect: case ftmAuthTls: case ftmAuthTlsDataclear:
7388 { case ftmAutodetect: case ftmAuthTls: case ftmAuthTlsDataclear:
H A Dmain.c5948 { case 'p': ftm = ftmAuthTls; break; in ccc_execute()