rsock_family_to_int   46 ext/socket/constants.c     return constant_arg(domain, rsock_family_to_int, "unknown socket domain");
rsock_family_to_int 2203 ext/socket/constdefs.h int rsock_family_to_int(const char *str, long len, int *valp);
rsock_family_to_int 1063 ext/socket/raddrinfo.c         if (rsock_family_to_int(RSTRING_PTR(afamily), RSTRING_LEN(afamily), &af) == -1)
rsock_family_to_int 1619 ext/socket/raddrinfo.c     if (rsock_family_to_int(RSTRING_PTR(v), RSTRING_LEN(v), &afamily) == -1)
rsock_family_to_int 1624 ext/socket/raddrinfo.c     if (rsock_family_to_int(RSTRING_PTR(v), RSTRING_LEN(v), &pfamily) == -1)