See: | Type struct _SSDP_OBSERVER |
struct _SSDP_OBSERVER | |
{ | |
SSDP_OBSERVER* sobs_next; | |
char* sobs_domain; | |
char* sobs_type; | |
SSDP_OBSERVER_FUNCTION sobs_cb; | |
} |
Used in: | CacheDevice() | |
RemoveDevice() |
ssdp_observer_root
static SSDP_OBSERVER* ssdp_observer_root
Used in: | CallObservers() | |
NotificationListener() | ||
SsdpRegisterServiceObserver() |
Prototyped in: | nut/include/pro/ssdp.h | |
Calls: | SsdpDiscoverDevices() | nut/pro/ssdpc.c |
SsdpRegisterListener() | nut/pro/ssdp.c | |
free() | nut/crt/malloc.c | |
malloc() | nut/crt/malloc.c | |
sprintf() | nut/crt/sprintf.c | |
strdup() | nut/crt/strdup.c | |
strlen() | nut/c/string/strlen.c | |
References Functions: | NotificationListener() | nut/pro/ssdpc.c |
References Variables: | ssdp_observer_root | nut/pro/ssdpc.c |
Calls: | strcmp() | nut/c/string/strcmp.c |
Called by: | CacheService() | nut/pro/ssdpc.c |
RemoveDevice() | nut/pro/ssdpc.c | |
References Variables: | ssdp_observer_root | nut/pro/ssdpc.c |
Calls: | CallObservers() | nut/pro/ssdpc.c |
free() | nut/crt/malloc.c | |
strcmp() | nut/c/string/strcmp.c | |
Called by: | NotificationListener() | nut/pro/ssdpc.c |
References Variables: | ssdp_device_cache | nut/pro/ssdpc.c |
Calls: | HttpuGetHeader() | nut/pro/httpu.c |
strdup() | nut/crt/strdup.c | |
Called by: | CacheDevice() | nut/pro/ssdpc.c |