st_local_socket
if ((g_sock_fd = st_local_socket(AF_INET, SOCK_STREAM,
if ((g_sock_fd = st_local_socket(AF_INET, SOCK_DGRAM,
if ((g_sock_fd = st_local_socket(AF_INET, SOCK_RAW, 0)) < 0) {
if ((listen_fd = st_local_socket(AF_INET, SOCK_STREAM, 0)) < 0) {
static int st_local_socket(int, int, int);