Searched refs:snotify (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dminidlna.c687 int snotify[MAX_LAN_ADDR]; local
787 if(OpenAndConfSSDPNotifySockets(snotify) < 0)
819 SendSSDPGoodbye(snotify, n_lan_addr);
837 SendSSDPNotifies2(snotify,
1031 if(SendSSDPGoodbye(snotify, n_lan_addr) < 0)
1036 close(snotify[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c856 int snotify[MAX_LAN_ADDR]; local
1006 if(OpenAndConfSSDPNotifySockets(snotify) < 0)
1038 SendSSDPGoodbye(snotify, n_lan_addr);
1056 SendSSDPNotifies2(snotify,
1270 if(SendSSDPGoodbye(snotify, n_lan_addr) < 0)
1275 close(snotify[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c712 int snotify[MAX_LAN_ADDR]; local
848 if(OpenAndConfSSDPNotifySockets(snotify) < 0)
887 SendSSDPGoodbye(snotify, n_lan_addr);
906 SendSSDPNotifies2(snotify,
1117 if(SendSSDPGoodbye(snotify, n_lan_addr) < 0)
1122 close(snotify[i]);
H A Dupnphttp.c1720 extern int snotify[MAX_LAN_ADDR];
1726 if(snotify[i] > 0)
1727 close(snotify[i]);

Completed in 47 milliseconds