HomeSort by relevance Sort by last modified time
    Searched refs:correlation_id (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 1173 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/
sctp_asconf.c 95 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);
2596 uint32_t correlation_id = 1; \/* 0 is reserved... *\/ local
    [all...]
sctp_header.h 122 uint32_t correlation_id;/* correlation id for this param */ member in struct:sctp_asconf_paramhdr

Completed in 120 milliseconds