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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_llc.h84 } type_i; member in union:llc::__anon14328
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c591 int type_i; local
614 if (CFNumberGetValue(type_cf, kCFNumberIntType, &type_i) == FALSE) {
619 if (EAPClientModuleLookup(type_i) == NULL) {
622 i, type_i);
626 if (types[j] == type_i) {
629 "ignoring", i, EAPTypeStr(type_i), type_i, j);
633 types[types_count++] = type_i;
634 if (type_i == kEAPTypePEAP
635 || type_i
[all...]

Completed in 72 milliseconds