Home | History | Annotate | Download | only in ee

Lines Matching refs:NFA_MAX_AID_LEN

100     if (aid_len > NFA_MAX_AID_LEN)
102 NFA_TRACE_ERROR2 ("aid_len: %d exceeds max(%d)", aid_len, NFA_MAX_AID_LEN);
103 len = NFA_MAX_AID_LEN;