Searched defs:open_socket (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c120 open_socket(int port_no, int *sockfd) function
194 D1(stderr, "t@%d open_socket() sockfd=%d\n", thr_self(), *sockfd);
302 rv = open_socket(groupp->tcp_port, &groupp->sockfd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c231 static int open_socket __P((char *));
750 int fd = open_socket(pty_socket);
2484 * open_socket - establish a stream socket connection to the nominated
2490 open_socket(dest) function

Completed in 66 milliseconds