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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c1184 int sbeacon = -1; local
1255 sbeacon = OpenAndConfTivoBeaconSocket();
1256 if(sbeacon < 0)
1335 if (sbeacon >= 0)
1339 sendBeaconMessage(sbeacon, &tivo_bcast, sizeof(struct sockaddr_in), 1);
1381 if (sbeacon >= 0)
1383 FD_SET(sbeacon, &readset);
1384 max_fd = MAX(max_fd, sbeacon);
1422 if (sbeacon >= 0 && FD_ISSET(sbeacon,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c1184 int sbeacon = -1; local
1255 sbeacon = OpenAndConfTivoBeaconSocket();
1256 if(sbeacon < 0)
1335 if (sbeacon >= 0)
1339 sendBeaconMessage(sbeacon, &tivo_bcast, sizeof(struct sockaddr_in), 1);
1381 if (sbeacon >= 0)
1383 FD_SET(sbeacon, &readset);
1384 max_fd = MAX(max_fd, sbeacon);
1422 if (sbeacon >= 0 && FD_ISSET(sbeacon,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c1184 int sbeacon = -1; local
1255 sbeacon = OpenAndConfTivoBeaconSocket();
1256 if(sbeacon < 0)
1335 if (sbeacon >= 0)
1339 sendBeaconMessage(sbeacon, &tivo_bcast, sizeof(struct sockaddr_in), 1);
1381 if (sbeacon >= 0)
1383 FD_SET(sbeacon, &readset);
1384 max_fd = MAX(max_fd, sbeacon);
1422 if (sbeacon >= 0 && FD_ISSET(sbeacon,
[all...]

Completed in 70 milliseconds