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

/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l82 SOH|soh { number = 1; return TNUM; }
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c68 int soh; /* Whether IF-TNCCS-SOH (Statement of Health; Microsoft NAP) member in struct:eap_peap_data
119 data->soh = 2;
122 data->soh = 1;
124 } else if (os_strstr(phase1, "tnc=soh")) {
125 data->soh = 2;
636 if (data->soh) {
646 buf = tncc_process_soh_request(data->soh,

Completed in 93 milliseconds