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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c474 unsigned int svendor, ssubtype; local
475 svendor = imc->supported_types[i] >> 8;
477 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c499 unsigned int svendor, ssubtype; local
500 svendor = imv->supported_types[i] >> 8;
502 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&

Completed in 66 milliseconds