Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_uio.h259 #define SCTP_PR_SCTP_NONE 0x0000 /* Reliable transfer */ macro
269 #define PR_SCTP_ENABLED(x) ((PR_SCTP_POLICY(x) != SCTP_PR_SCTP_NONE) && \
H A Dsctp_usrreq.c3625 (policy != SCTP_PR_SCTP_NONE) &&
3664 (policy != SCTP_PR_SCTP_NONE) &&
H A Dsctp_output.c3532 if (prinfo.pr_policy != SCTP_PR_SCTP_NONE) { in sctp_find_cmsg()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h259 #define SCTP_PR_SCTP_NONE 0x0000 /* Reliable transfer */ macro
269 #define PR_SCTP_ENABLED(x) ((PR_SCTP_POLICY(x) != SCTP_PR_SCTP_NONE) && \