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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c1185 struct sockaddr_in tivo_bcast; local
1259 tivo_bcast.sin_family = AF_INET;
1260 tivo_bcast.sin_addr.s_addr = htonl(getBcastAddress());
1261 tivo_bcast.sin_port = htons(2190);
1339 sendBeaconMessage(sbeacon, &tivo_bcast, sizeof(struct sockaddr_in), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c1185 struct sockaddr_in tivo_bcast; local
1259 tivo_bcast.sin_family = AF_INET;
1260 tivo_bcast.sin_addr.s_addr = htonl(getBcastAddress());
1261 tivo_bcast.sin_port = htons(2190);
1339 sendBeaconMessage(sbeacon, &tivo_bcast, sizeof(struct sockaddr_in), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c1185 struct sockaddr_in tivo_bcast; local
1259 tivo_bcast.sin_family = AF_INET;
1260 tivo_bcast.sin_addr.s_addr = htonl(getBcastAddress());
1261 tivo_bcast.sin_port = htons(2190);
1339 sendBeaconMessage(sbeacon, &tivo_bcast, sizeof(struct sockaddr_in), 1);

Completed in 160 milliseconds