Searched refs:AdvrTimeOut (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.h98 int AdvrTimeOut; member in struct:TvDevice
H A Dupnp_tv_ctrlpt.c616 tmpdevnode->device.AdvrTimeOut );
730 tmpdevnode->device.AdvrTimeOut = expires;
770 deviceNode->device.AdvrTimeOut = expires;
1269 curdevnode->device.AdvrTimeOut -= incr;
1270 //SampleUtil_Print("Advertisement Timeout: %d\n", curdevnode->device.AdvrTimeOut);
1272 if( curdevnode->device.AdvrTimeOut <= 0 ) {
1289 if( curdevnode->device.AdvrTimeOut < 2 * incr ) {

Completed in 35 milliseconds