Home
last modified time | relevance | path

Searched refs:SCTP_PR_SCTP_NONE (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDsctp_uio.h256 #define SCTP_PR_SCTP_NONE 0x0000 /* Reliable transfer */ macro
266 #define PR_SCTP_ENABLED(x) ((PR_SCTP_POLICY(x) != SCTP_PR_SCTP_NONE) && \
HDsctp_usrreq.c3624 (policy != SCTP_PR_SCTP_NONE) &&
3663 (policy != SCTP_PR_SCTP_NONE) &&
HDsctp_output.c3528 if (prinfo.pr_policy != SCTP_PR_SCTP_NONE) { in sctp_find_cmsg()
/freebsd-14-stable/crypto/openssl/crypto/bio/
HDbss_dgram.c945 # ifdef SCTP_PR_SCTP_NONE in dgram_sctp_new()
946 data->prinfo.pr_policy = SCTP_PR_SCTP_NONE; in dgram_sctp_new()