Searched refs:correlation_id (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netinet/ |
| H A D | sctp_asconf.c | 88 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() 249 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_add_ip() 257 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() 388 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_delete_ip() 398 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_delete_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() [all …]
|
| H A D | sctp_header.h | 106 uint32_t correlation_id; /* correlation id for this param */ member
|
| /src/contrib/wpa/src/eap_peer/ |
| H A D | tncc.c | 1173 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()
|