Home
last modified time | relevance | path

Searched refs:st_local_socket (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c84 static int st_local_socket(int, int, int);
145 st_local_socket(int domain, int type, int protocol) in st_local_socket() function
338 if ((g_sock_fd = st_local_socket(AF_INET, SOCK_STREAM, in st_socket()
346 if ((g_sock_fd = st_local_socket(AF_INET, SOCK_DGRAM, in st_socket()
354 if ((g_sock_fd = st_local_socket(AF_INET, SOCK_RAW, 0)) < 0) { in st_socket()
733 if ((listen_fd = st_local_socket(AF_INET, SOCK_STREAM, 0)) < 0) { in st_echo()