LIBSSDP
 All Classes Files Functions Variables Typedefs Macros
net_definitions.h
Go to the documentation of this file.
1 
7 #ifndef __NET_DEFINITIONS__
8 #define __NET_DEFINITIONS__
9 
10 #if defined BSD || defined __APPLE__
11 
12 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
13 
14 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
15 #endif
16 
18 #define IPv4_STR_MAX_SIZE 16
19 
23 #define IPv6_STR_MAX_SIZE 46
24 
25 #define MAC_STR_MAX_SIZE 18
26 
27 #define PORT_MAX_NUMBER 65535
28 
29 #endif /* __NET_DEFINITIONS__ */