Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_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) && \
H A Dsctp_usrreq.c3618 (policy != SCTP_PR_SCTP_NONE) &&
3657 (policy != SCTP_PR_SCTP_NONE) &&
H A Dsctp_output.c3528 if (prinfo.pr_policy != SCTP_PR_SCTP_NONE) { in sctp_find_cmsg()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c945 # ifdef SCTP_PR_SCTP_NONE in dgram_sctp_new()
946 data->prinfo.pr_policy = SCTP_PR_SCTP_NONE; in dgram_sctp_new()