Go to the documentation of this file.
7 #ifndef __NET_DEFINITIONS__
8 #define __NET_DEFINITIONS__
10 #if defined BSD || defined __APPLE__
12 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
14 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
18 #define IPv4_STR_MAX_SIZE 16
23 #define IPv6_STR_MAX_SIZE 46
25 #define MAC_STR_MAX_SIZE 18
27 #define PORT_MAX_NUMBER 65535