Searched refs:correlation_id (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_asconf.c | 93 aph->correlation_id = id; in sctp_asconf_success_response() 138 aph->correlation_id = id; in sctp_asconf_error_response() 242 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_add_ip() 258 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_add_ip() 266 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_add_ip() 272 sctp_asconf_success_response(aph->correlation_id); in sctp_process_asconf_add_ip() 401 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_delete_ip() 411 m_reply = sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_delete_ip() 426 sctp_asconf_error_response(aph->correlation_id, in sctp_process_asconf_delete_ip() 431 sctp_asconf_success_response(aph->correlation_id); in sctp_process_asconf_delete_ip() [all …]
|
D | sctp_header.h | 124 uint32_t correlation_id;/* correlation id for this param */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | tncc.c | 1174 u8 correlation_id[24]; in tncc_build_soh() local 1178 if (os_get_random(correlation_id, sizeof(correlation_id))) in tncc_build_soh() 1181 correlation_id, sizeof(correlation_id)); in tncc_build_soh() 1208 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id)); in tncc_build_soh() 1250 wpabuf_put_data(buf, correlation_id, sizeof(correlation_id)); in tncc_build_soh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
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()
|
/third_party/rust/crates/log/rfcs/ |
D | 0296-structured-logging.md | 173 …e types from the standard library is a bit limiting though. What if `correlation_id` is a `uuid::U…
|