Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_uio.h260 #define SCTP_PR_SCTP_TTL 0x0001 /* Time based PR-SCTP */ macro
271 #define PR_SCTP_TTL_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_TTL)
HDsctp_structs.h416 #define CHUNK_FLAGS_PR_SCTP_TTL SCTP_PR_SCTP_TTL
HDsctp_output.c6307 sp->sinfo_flags |= SCTP_PR_SCTP_TTL; in sctp_set_prsctp_policy()