Searched refs:key_index (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | siftr.c | 1227 int i, key_index, error; in siftr_manage_ops() local 1363 key_index = 1; in siftr_manage_ops() 1367 memcpy(laddr, key + key_index, sizeof(laddr)); in siftr_manage_ops() 1368 key_index += sizeof(laddr); in siftr_manage_ops() 1369 memcpy(&lport, key + key_index, sizeof(lport)); in siftr_manage_ops() 1370 key_index += sizeof(lport); in siftr_manage_ops() 1371 memcpy(faddr, key + key_index, sizeof(faddr)); in siftr_manage_ops() 1372 key_index += sizeof(faddr); in siftr_manage_ops() 1373 memcpy(&fport, key + key_index, sizeof(fport)); in siftr_manage_ops()
|
| D | tcp_fastopen.c | 617 unsigned int i, key_index; in tcp_fastopen_check_cookie() local 642 key_index = V_tcp_fastopen_keys.newest; in tcp_fastopen_check_cookie() 645 tcp_fastopen_make_cookie(V_tcp_fastopen_keys.key[key_index], in tcp_fastopen_check_cookie() 652 if (key_index == 0) in tcp_fastopen_check_cookie() 653 key_index = TCP_FASTOPEN_MAX_KEYS - 1; in tcp_fastopen_check_cookie() 655 key_index--; in tcp_fastopen_check_cookie()
|
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | eapol_common.h | 72 u8 key_index; /* key flag in the most significant bit: member
|
| /freebsd-12-stable/contrib/wpa/src/eapol_supp/ |
| D | eapol_supp_sm.c | 732 key->type, rx_key_length, key->key_index); in eapol_sm_processKey() 840 key->key_index & IEEE8021X_KEY_INDEX_FLAG ? in eapol_sm_processKey() 842 key->key_index & IEEE8021X_KEY_INDEX_MASK, key_len); in eapol_sm_processKey() 846 !!(key->key_index & IEEE8021X_KEY_INDEX_FLAG), in eapol_sm_processKey() 847 key->key_index & IEEE8021X_KEY_INDEX_MASK, in eapol_sm_processKey() 852 if (key->key_index & IEEE8021X_KEY_INDEX_FLAG) in eapol_sm_processKey()
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | ieee802_1x.c | 190 key->key_index = idx | (broadcast ? 0 : BIT(7)); in ieee802_1x_tx_key_one() 196 key->key_index |= BIT(7); in ieee802_1x_tx_key_one() 2608 key->key_index & BIT(7) ? "uni" : "broad", in ieee802_1x_eapol_tx_status() 2609 key->key_index & ~BIT(7)); in ieee802_1x_eapol_tx_status()
|
| /freebsd-12-stable/contrib/hyperv/tools/ |
| D | hv_kvp_daemon.c | 72 enum key_index { enum
|
| /freebsd-12-stable/sys/dev/iwm/ |
| D | if_iwmreg.h | 6103 uint8_t key_index; member
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | LLDBWrapLua.cpp | 2188 int key_index; in SWIG_Lua_add_class_user_metamethod() local 2195 key_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethod() 2198 lua_pushvalue(L,key_index); /* copy of the key */ in SWIG_Lua_add_class_user_metamethod() 2211 lua_pushvalue(L, key_index); in SWIG_Lua_add_class_user_metamethod() 2214 lua_pushvalue(L, key_index); in SWIG_Lua_add_class_user_metamethod() 2217 lua_pushvalue(L, key_index); /* first closure value is function name */ in SWIG_Lua_add_class_user_metamethod()
|