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

  /src/sys/netinet/
sctp_output.c 2574 struct sctp_ecn_nonce_supported_param *ecn_nonce; local
2727 ecn_nonce = (struct sctp_ecn_nonce_supported_param *)((vaddr_t)pr_supported +
2729 ecn_nonce->ph.param_type = htons(SCTP_ECN_NONCE_SUPPORTED);
2730 ecn_nonce->ph.param_length = htons(sizeof(*ecn_nonce));
2731 m->m_len += sizeof(*ecn_nonce);
3254 struct sctp_ecn_nonce_supported_param *ecn_nonce; local
3681 ecn_nonce = (struct sctp_ecn_nonce_supported_param *)((vaddr_t)pr_supported +
3683 ecn_nonce->ph.param_type = htons(SCTP_ECN_NONCE_SUPPORTED);
3684 ecn_nonce->ph.param_length = htons(sizeof(*ecn_nonce))
    [all...]

Completed in 26 milliseconds