Home
last modified time | relevance | path

Searched refs:rc_len (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dinterworking.c1078 size_t rc_len) in roaming_consortium_element_match() argument
1103 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1107 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1111 if (pos < end && (size_t) (end - pos) == rc_len && in roaming_consortium_element_match()
1112 os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_element_match()
1120 const u8 *rc_id, size_t rc_len) in roaming_consortium_anqp_match() argument
1136 if (len == rc_len && os_memcmp(pos, rc_id, rc_len) == 0) in roaming_consortium_anqp_match()
1146 const u8 *rc_id, size_t rc_len) in roaming_consortium_match() argument
1148 return roaming_consortium_element_match(ie, rc_id, rc_len) || in roaming_consortium_match()
1149 roaming_consortium_anqp_match(anqp, rc_id, rc_len); in roaming_consortium_match()
/dragonfly/sys/netbt/
H A Drfcomm_session.c458 (dlc->rd_upper, credit->rc_len); in rfcomm_session_complete()
1500 credit->rc_len = m->m_pkthdr.len; in rfcomm_session_send_frame()
1537 credit->rc_len = len; in rfcomm_session_send_uih()
1599 dlc ? dlc->rd_dlci : 0, m0->m_pkthdr.len, credit->rc_len, in rfcomm_session_send_uih()
H A Drfcomm.h279 uint16_t rc_len; /* length */ member