#ifndef AF_UTILS_H #define AF_UTILS_H int check_local_network_ip(unsigned int ip); void dump_str(char *name, char *p, int len); #endif