NOT_INADDR
#define NOT_INADDR(s) (strchr(s, ':') == 0 && s[strspn(s, "0123456789./")] != 0)
#define NOT_INADDR(s) (s[strspn(s, "0123456789./")] != 0)