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

  /src/sys/netinet/
sctp_output.c 8685 struct sctp_stream_reset_resp *strack; local in function:sctp_send_str_reset_ack
8742 strack = mtod(chk->data, struct sctp_stream_reset_resp *);
8744 strack->ch.chunk_type = SCTP_STREAM_RESET;
8745 strack->ch.chunk_flags = 0;
8746 strack->ch.chunk_length = htons(chk->send_size);
8748 memset(strack->sr_resp.reset_pad, 0, sizeof(strack->sr_resp.reset_pad));
8750 strack->sr_resp.ph.param_type = ntohs(SCTP_STR_RESET_RESPONSE);
8751 strack->sr_resp.ph.param_length = htons((chk->send_size - sizeof(struct sctp_chunkhdr)));
8759 end = (uint8_t *)((vaddr_t)strack + chk->send_size)
    [all...]
sctp_output.c 8685 struct sctp_stream_reset_resp *strack; local in function:sctp_send_str_reset_ack
8742 strack = mtod(chk->data, struct sctp_stream_reset_resp *);
8744 strack->ch.chunk_type = SCTP_STREAM_RESET;
8745 strack->ch.chunk_flags = 0;
8746 strack->ch.chunk_length = htons(chk->send_size);
8748 memset(strack->sr_resp.reset_pad, 0, sizeof(strack->sr_resp.reset_pad));
8750 strack->sr_resp.ph.param_type = ntohs(SCTP_STR_RESET_RESPONSE);
8751 strack->sr_resp.ph.param_length = htons((chk->send_size - sizeof(struct sctp_chunkhdr)));
8759 end = (uint8_t *)((vaddr_t)strack + chk->send_size)
    [all...]

Completed in 30 milliseconds