HomeSort by: relevance | last modified time | path
    Searched refs:correlation_id (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/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));
  /src/sys/netinet/
sctp_asconf.c 135 aph->correlation_id = id;
165 aph->correlation_id = id;
260 m_reply = sctp_asconf_error_response(aph->correlation_id,
272 m_reply = sctp_asconf_error_response(aph->correlation_id,
285 m_reply = sctp_asconf_error_response(aph->correlation_id,
293 sctp_asconf_success_response(aph->correlation_id);
405 m_reply = sctp_asconf_error_response(aph->correlation_id,
423 m_reply = sctp_asconf_error_response(aph->correlation_id,
443 m_reply = sctp_asconf_error_response(aph->correlation_id,
452 m_reply = sctp_asconf_success_response(aph->correlation_id);
2236 uint32_t correlation_id = 1; \/* 0 is reserved... *\/ local
    [all...]
sctp_header.h 104 u_int32_t correlation_id; /* correlation id for this param */ member in struct:sctp_asconf_paramhdr

Completed in 19 milliseconds