simple-multicast  0.2.1
All Files Functions Typedefs Macros Pages
testip.h
Go to the documentation of this file.
1 
30 #ifndef __TESTIP_H__
31 #define __TESTIP_H__
32 
33 #include "compatibility.h"
34 
35 
44 int is_valid_ip(const char *my_ip_str);
45 
53 bool is_valid_mcast_ip4(const char *my_ip_str);
54 
62 bool is_valid_ssm_ip4(const char *my_ip_str);
63 
64 #endif