LIBSSDP
 All Classes Files Functions Variables Typedefs Macros
ssdp_static_defs.h
Go to the documentation of this file.
1 
7 #ifndef __SSDP_STATIC_DEFS_H__
8 #define __SSDP_STATIC_DEFS_H__
9 
11 #define SSDP_ADDR "239.255.255.250"
12 
13 #define SSDP_ADDR6_LL "ff02::c"
14 
15 #define SSDP_ADDR6_SL "ff05::c"
16 
17 #define SSDP_PORT 1900
18 
19 #endif /* __SSDP_STATIC_DEFS_H__ */