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

  /src/sys/netinet/
sctp_asconf.c 1333 uint16_t ack_length; local in function:sctp_handle_asconf_ack
1392 ack_length = ntohs(cp->ch.chunk_length) -
1396 while (ack_length >= sizeof(struct sctp_asconf_paramhdr)) {
1409 if (param_length > ack_length) {
1465 ack_length -= SCTP_SIZE32(param_length);
1466 if (ack_length <= 0) {
sctp_asconf.c 1333 uint16_t ack_length; local in function:sctp_handle_asconf_ack
1392 ack_length = ntohs(cp->ch.chunk_length) -
1396 while (ack_length >= sizeof(struct sctp_asconf_paramhdr)) {
1409 if (param_length > ack_length) {
1465 ack_length -= SCTP_SIZE32(param_length);
1466 if (ack_length <= 0) {
sctp_asconf.c 1333 uint16_t ack_length; local in function:sctp_handle_asconf_ack
1392 ack_length = ntohs(cp->ch.chunk_length) -
1396 while (ack_length >= sizeof(struct sctp_asconf_paramhdr)) {
1409 if (param_length > ack_length) {
1465 ack_length -= SCTP_SIZE32(param_length);
1466 if (ack_length <= 0) {

Completed in 37 milliseconds