Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_asconf.c88 aph->correlation_id = id; in sctp_asconf_success_response()
133 aph->correlation_id = id; in sctp_asconf_error_response()
233 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_add_ip()
263 sctp_asconf_success_response(aph->correlation_id); in sctp_process_asconf_add_ip()
413 sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_delete_ip()
418 sctp_asconf_success_response(aph->correlation_id); in sctp_process_asconf_delete_ip()
1545 if (aa->ap.aph.correlation_id == correlation_id && in sctp_asconf_find_param()
1760 id = aph->correlation_id; in sctp_handle_asconf_ack()
1816 if (aa->ap.aph.correlation_id < last_error_id) in sctp_handle_asconf_ack()
2562 uint32_t correlation_id = 1; /* 0 is reserved... */ in sctp_compose_asconf() local
[all …]
H A Dsctp_header.h106 uint32_t correlation_id; /* correlation id for this param */ member
/freebsd-14.2/contrib/wpa/src/eap_peer/
H A Dtncc.c1173 u8 correlation_id[24]; in tncc_build_soh() local
1177 if (os_get_random(correlation_id, sizeof(correlation_id))) in tncc_build_soh()
1180 correlation_id, sizeof(correlation_id)); in tncc_build_soh()
1207 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id)); in tncc_build_soh()
1249 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id)); in tncc_build_soh()