rsock_socktype_to_int   53 ext/socket/constants.c     return constant_arg(type, rsock_socktype_to_int, "unknown socket type");
rsock_socktype_to_int 2205 ext/socket/constdefs.h int rsock_socktype_to_int(const char *str, long len, int *valp);
rsock_socktype_to_int 1632 ext/socket/raddrinfo.c         if (rsock_socktype_to_int(RSTRING_PTR(v), RSTRING_LEN(v), &socktype) == -1)