Home
last modified time | relevance | path

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

/dports/net/libfixbuf/libfixbuf-2.3.1/src/
H A Dfbexporter.c97 uint32_t sctp_mode; member
498 if (exporter->sctp_mode & FB_F_SCTP_AUTOSTREAM) { in fbExporterWriteSCTP()
507 if (!is_template && (exporter->sctp_mode & FB_F_SCTP_PR_TTL)) { in fbExporterWriteSCTP()
893 exporter->sctp_mode = FB_F_SCTP_AUTOSTREAM; in fbExporterAllocNet()
916 exporter->sctp_mode = FB_F_SCTP_AUTOSTREAM; in fbExporterAllocNet()
1321 exporter->sctp_mode &= ~FB_F_SCTP_AUTOSTREAM; in fbExporterSetStream()
1335 exporter->sctp_mode |= FB_F_SCTP_AUTOSTREAM; in fbExporterAutoStream()
1352 exporter->sctp_mode |= FB_F_SCTP_PR_TTL;
1355 exporter->sctp_mode &= ~FB_F_SCTP_PR_TTL;