Searched refs:multicast_port (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c230 int multicast_port; /* first port used for multicast */ member in struct:FFStream
546 if (stream->multicast_port == 0) {
547 stream->multicast_port = default_port;
553 dest_addr.sin_port = htons(stream->multicast_port);
569 dest_addr.sin_port = htons(stream->multicast_port +
2951 stream->multicast_port, stream->multicast_ttl);
4495 stream->multicast_port = atoi(arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c230 int multicast_port; /* first port used for multicast */ member in struct:FFStream
546 if (stream->multicast_port == 0) {
547 stream->multicast_port = default_port;
553 dest_addr.sin_port = htons(stream->multicast_port);
569 dest_addr.sin_port = htons(stream->multicast_port +
2951 stream->multicast_port, stream->multicast_ttl);
4495 stream->multicast_port = atoi(arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c230 int multicast_port; /* first port used for multicast */ member in struct:FFStream
546 if (stream->multicast_port == 0) {
547 stream->multicast_port = default_port;
553 dest_addr.sin_port = htons(stream->multicast_port);
569 dest_addr.sin_port = htons(stream->multicast_port +
2951 stream->multicast_port, stream->multicast_ttl);
4495 stream->multicast_port = atoi(arg);

Completed in 100 milliseconds