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

  /src/sys/netinet/
sctp_constants.h 214 #define SCTP_STR_RESET_REQUEST 0x000d
sctp_timer.c 976 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_REQUEST)) {
sctp_input.c 2644 } else if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
2734 if (ntohs(ph->param_type) == SCTP_STR_RESET_REQUEST) {
sctp_output.c 6514 if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) {
8901 strreq->sr_req.ph.param_type = ntohs(SCTP_STR_RESET_REQUEST);

Completed in 23 milliseconds