Home
last modified time | relevance | path

Searched refs:SCTP_PR_SCTP_TTL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_uio.h257 #define SCTP_PR_SCTP_TTL 0x0001 /* Time based PR-SCTP */ macro
268 #define PR_SCTP_TTL_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_TTL)
H A Dsctp_structs.h427 #define CHUNK_FLAGS_PR_SCTP_TTL SCTP_PR_SCTP_TTL
H A Dsctp_output.c6342 sp->sinfo_flags |= SCTP_PR_SCTP_TTL; in sctp_set_prsctp_policy()