Home
last modified time | relevance | path

Searched refs:cause_length (Results 1 – 21 of 21) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/sctp/
H A Derrorhandler.c93 cause_len = ntohs(cause->cause_length); in eh_recv_chunk()
H A Dmessages.h484 unsigned short cause_length; member
H A DchunkHandler.c2117 ec->cause_length = htons((unsigned short)(length+2*sizeof(unsigned short))); in ch_addUnrecognizedParameter()
2177 ec->cause_length = htons((unsigned short)(length+2*sizeof(unsigned short))); in ch_enterErrorCauseData()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/netinet/
H A Dsctp_input.c1237 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1259 cause_length = ntohs(cause->length); in sctp_handle_error()
1260 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1263 remaining_length, cause_length); in sctp_handle_error()
1297 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1350 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1359 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1398 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c110 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
141 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/netinet/
H A Dsctp_input.c1248 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1270 cause_length = ntohs(cause->length); in sctp_handle_error()
1271 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1274 remaining_length, cause_length); in sctp_handle_error()
1308 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1361 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1370 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1409 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c114 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
120 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
121 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
145 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/netinet/
H A Dsctp_input.c1248 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1270 cause_length = ntohs(cause->length); in sctp_handle_error()
1271 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1274 remaining_length, cause_length); in sctp_handle_error()
1308 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1361 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1370 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1409 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c114 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
120 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
121 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
145 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/netinet/
H A Dsctp_input.c1232 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1254 cause_length = ntohs(cause->length); in sctp_handle_error()
1255 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1258 remaining_length, cause_length); in sctp_handle_error()
1292 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1342 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1351 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1390 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c110 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
141 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/netinet/
H A Dsctp_input.c1237 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1259 cause_length = ntohs(cause->length); in sctp_handle_error()
1260 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1263 remaining_length, cause_length); in sctp_handle_error()
1297 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1350 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1359 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1398 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c110 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
141 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/netinet/
H A Dsctp_input.c1240 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1262 cause_length = ntohs(cause->length); in sctp_handle_error()
1263 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1266 remaining_length, cause_length); in sctp_handle_error()
1300 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1354 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1363 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1402 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/netinet/
H A Dsctp_input.c1232 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1254 cause_length = ntohs(cause->length); in sctp_handle_error()
1255 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1258 remaining_length, cause_length); in sctp_handle_error()
1292 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1342 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1351 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1390 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c110 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
141 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c1193 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1215 cause_length = ntohs(cause->length); in sctp_handle_error()
1216 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1219 remaining_length, cause_length); in sctp_handle_error()
1253 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1303 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1312 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1351 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c110 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
141 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/netinet/
H A Dsctp_input.c1237 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1259 cause_length = ntohs(cause->length); in sctp_handle_error()
1260 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1263 remaining_length, cause_length); in sctp_handle_error()
1297 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1350 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1359 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1398 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()
H A Dsctp_asconf.c110 uint16_t i, param_length, cause_length, padding_length; in sctp_asconf_error_response() local
116 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
117 param_length = sizeof(struct sctp_asconf_paramhdr) + cause_length; in sctp_asconf_error_response()
141 error->length = htons(cause_length); in sctp_asconf_error_response()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/netinet/
H A Dsctp_input.c1240 uint16_t code, cause_code, cause_length; in sctp_handle_error() local
1262 cause_length = ntohs(cause->length); in sctp_handle_error()
1263 if ((cause_length > remaining_length) || (cause_length == 0)) { in sctp_handle_error()
1266 remaining_length, cause_length); in sctp_handle_error()
1300 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1354 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1363 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1402 adjust = SCTP_SIZE32(cause_length); in sctp_handle_error()