Home
last modified time | relevance | path

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

/dports/www/srt/srt-1.4.4/test/
H A Dtest_fec_rebuilding.cpp620 EXPECT_EQ(srt_getrejectreason(s), SRT_REJ_FILTER); in TEST()
660 EXPECT_EQ(srt_getrejectreason(s), SRT_REJ_FILTER); in TEST()
704 EXPECT_EQ(srt_getrejectreason(s), SRT_REJ_FILTER); in TEST()
/dports/www/srt/srt-1.4.4/srtcore/
H A Dsrt.h563 SRT_REJ_FILTER, // incompatible packet filter enumerator
H A Dcore.cpp2768 m_RejectReason = SRT_REJ_FILTER; in interpretSrtHandshake()
2794 m_RejectReason = SRT_REJ_FILTER; in interpretSrtHandshake()
5709 return SRT_REJ_FILTER; in setupCC()
/dports/www/srt/srt-1.4.4/docs/API/
H A DAPI-socket-options.md924 The connection will be rejected with `SRT_REJ_FILTER` code in the following cases:
947 In these cases the configuration is rejected with SRT_REJ_FILTER code:
H A DAPI-functions.md171 | [SRT_REJ_FILTER](#SRT_REJ_FILTER) | The [`SRTO_PACKETFILTER`](API-socket-options.…
2939 #### SRT_REJ_FILTER subsubsection