Searched refs:p_ecb (Results 1 – 1 of 1) sorted by relevance
305 tNFA_EE_ECB *p_ret = NULL, *p_ecb; in nfa_ee_find_aid_offset() local307 p_ecb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_find_aid_offset()309 for (yy = 0; yy < nfa_ee_cb.cur_ee; yy++, p_ecb++) in nfa_ee_find_aid_offset()311 if (p_ecb->aid_entries) in nfa_ee_find_aid_offset()314 for (xx = 0; xx < p_ecb->aid_entries; xx++) in nfa_ee_find_aid_offset()316 if ( (p_ecb->aid_cfg[offset + aid_len_offset] == aid_len) in nfa_ee_find_aid_offset()317 &&(memcmp(&p_ecb->aid_cfg[offset + aid_len_offset + 1], p_aid, aid_len) == 0) ) in nfa_ee_find_aid_offset()319 p_ret = p_ecb; in nfa_ee_find_aid_offset()326 offset += p_ecb->aid_len[xx]; in nfa_ee_find_aid_offset()335 p_ecb = &nfa_ee_cb.ecb[yy]; in nfa_ee_find_aid_offset()