1 #ifndef SP_NETWORK_UTILS_H 2 #define SP_NETWORK_UTILS_H 3 4 int get_ip_and_cidr(char *, sp_cidr *); 5 bool cidr_match(const char *, const sp_cidr *); 6 7 #endif /*SP_NETWORK_UTILS_H*/ 8
1 #ifndef SP_NETWORK_UTILS_H 2 #define SP_NETWORK_UTILS_H 3 4 int get_ip_and_cidr(char *, sp_cidr *); 5 bool cidr_match(const char *, const sp_cidr *); 6 7 #endif /*SP_NETWORK_UTILS_H*/ 8