HomeSort by: relevance | last modified time | path
    Searched refs:str_reset_seq_out (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 382 uint32_t str_reset_seq_out; member in struct:sctp_association
sctp_input.c 1268 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out =
1343 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out =
1532 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number;
2679 if (seq == stcb->asoc.str_reset_seq_out) {
2681 stcb->asoc.str_reset_seq_out++;
2715 stcb->asoc.str_reset_seq_out, seq);
sctputil.c 672 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq =
sctp_output.c 8930 strreq->sr_req.reset_req_seq = htonl(asoc->str_reset_seq_out);

Completed in 23 milliseconds