Home
last modified time | relevance | path

Searched refs:htconf (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/
H A Dcore_namemap.c524 HT_CONFIG htconf = { NULL, NULL, NULL, NAMEMAP_HT_BUCKETS, 1, 1 }; in ossl_namemap_new() local
526 htconf.ctx = libctx; in ossl_namemap_new()
534 if ((namemap->namenum_ht = ossl_ht_new(&htconf)) == NULL) in ossl_namemap_new()
/src/sbin/ifconfig/
H A Difieee80211.c203 static int htconf = 0; variable
211 if (get80211val(ctx, IEEE80211_IOC_HTCONF, &htconf) < 0) in gethtconf()
329 if (chanmode != IFM_IEEE80211_11G && (htconf & 1)) { in promote()
332 if (htconf & 2) { in promote()
339 if (chanmode != IFM_IEEE80211_11A && (htconf & 1)) { in promote()
342 if (htconf & 2) { in promote()
1939 htconf = d; in set80211htconf()
5535 switch (htconf & 3) { in ieee80211_status()