Searched refs:correlation_id (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c1173 u8 correlation_id[24]; local
1177 if (os_get_random(correlation_id, sizeof(correlation_id)))
1180 correlation_id, sizeof(correlation_id));
1207 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
1249 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c1173 u8 correlation_id[24]; local
1177 if (os_get_random(correlation_id, sizeof(correlation_id)))
1180 correlation_id, sizeof(correlation_id));
1207 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
1249 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c1173 u8 correlation_id[24]; local
1177 if (os_get_random(correlation_id, sizeof(correlation_id)))
1180 correlation_id, sizeof(correlation_id));
1207 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
1249 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id));
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c95 aph->correlation_id = id;
125 aph->correlation_id = id;
233 m_reply = sctp_asconf_error_response(aph->correlation_id,
248 m_reply = sctp_asconf_error_response(aph->correlation_id,
255 m_reply = sctp_asconf_error_response(aph->correlation_id,
263 sctp_asconf_success_response(aph->correlation_id);
382 m_reply = sctp_asconf_error_response(aph->correlation_id,
392 m_reply = sctp_asconf_error_response(aph->correlation_id,
407 sctp_asconf_error_response(aph->correlation_id,
412 sctp_asconf_success_response(aph->correlation_id);
1538 sctp_asconf_find_param(struct sctp_tcb *stcb, uint32_t correlation_id) argument
2596 uint32_t correlation_id = 1; /* 0 is reserved... */ local
[all...]
H A Dsctp_header.h122 uint32_t correlation_id;/* correlation id for this param */ member in struct:sctp_asconf_paramhdr

Completed in 130 milliseconds