Searched refs:notify_interval (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dminidlnatypes.h21 int notify_interval; /* seconds between SSDP announces */ member in struct:runtime_vars_s
H A Dminidlna.conf43 notify_interval=900
H A Dminidlna.c273 runtime_vars.notify_interval = 895; /* seconds between SSDP announces */
318 runtime_vars.notify_interval = atoi(ary_options[i].value);
445 runtime_vars.notify_interval = atoi(argv[++i]);
591 "\t\t[-t notify_interval] [-P pid_filename]\n"
829 timeout.tv_sec = runtime_vars.notify_interval;
835 if(timeofday.tv_sec >= (lastnotifytime.tv_sec + runtime_vars.notify_interval))
839 (runtime_vars.notify_interval << 1)+10);
841 timeout.tv_sec = runtime_vars.notify_interval;
846 timeout.tv_sec = lastnotifytime.tv_sec + runtime_vars.notify_interval
H A Dminissdp.c231 (runtime_vars.notify_interval<<1)+10,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlnatypes.h21 int notify_interval; /* seconds between SSDP announces */ member in struct:runtime_vars_s
H A Dminidlna.conf43 notify_interval=900
H A Dminidlna.c302 runtime_vars.notify_interval = 895; /* seconds between SSDP announces */
347 runtime_vars.notify_interval = atoi(ary_options[i].value);
474 runtime_vars.notify_interval = atoi(argv[++i]);
620 "\t\t[-t notify_interval] [-P pid_filename]\n"
898 timeout.tv_sec = runtime_vars.notify_interval;
904 if(timeofday.tv_sec >= (lastnotifytime.tv_sec + runtime_vars.notify_interval))
908 (runtime_vars.notify_interval << 1)+10);
910 timeout.tv_sec = runtime_vars.notify_interval;
915 timeout.tv_sec = lastnotifytime.tv_sec + runtime_vars.notify_interval
H A Dminissdp.c231 (runtime_vars.notify_interval<<1)+10,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.conf43 notify_interval=890
H A Dminidlnatypes.h44 int notify_interval; /* seconds between SSDP announces */ member in struct:runtime_vars_s
H A Dminidlna.c380 runtime_vars.notify_interval = 895; /* seconds between SSDP announces */
436 runtime_vars.notify_interval = atoi(ary_options[i].value);
625 runtime_vars.notify_interval = atoi(argv[++i]);
773 "\t\t[-t notify_interval] [-P pid_filename]\n"
1048 timeout.tv_sec = runtime_vars.notify_interval;
1054 if(timeofday.tv_sec >= (lastnotifytime.tv_sec + runtime_vars.notify_interval))
1058 (runtime_vars.notify_interval << 1)+10);
1060 timeout.tv_sec = runtime_vars.notify_interval;
1065 timeout.tv_sec = lastnotifytime.tv_sec + runtime_vars.notify_interval
H A Dminissdp.c276 (runtime_vars.notify_interval<<1)+10,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/usr/
H A Dminidlna.conf43 notify_interval=890

Completed in 120 milliseconds