Searched refs:tcp_open (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h164 extern int tcp_open(char *, np_tcpjob_t *, int);
H A Dtcp_misc.c69 tcp_open(char *dest, np_tcpjob_t *tcpjob, int timeout) function
H A Dnetpr.c415 if ((sockfd = tcp_open(destination, tcpjob, 20)) == -1) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c157 * The outgoing connection open is pretty simple. tcp_open() does the
299 static int tcp_open(queue_t *, dev_t *, int, int, cred_t *, boolean_t);
2586 return (tcp_open(q, devp, flag, sflag, credp, B_FALSE));
2593 return (tcp_open(q, devp, flag, sflag, credp, B_TRUE));
2741 tcp_open(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *credp, function

Completed in 90 milliseconds