Searched refs:tcp_open (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/lp/model/netpr/ |
H A D | netpr.h | 164 extern int tcp_open(char *, np_tcpjob_t *, int);
|
H A D | tcp_misc.c | 69 tcp_open(char *dest, np_tcpjob_t *tcpjob, int timeout) in tcp_open() function
|
H A D | netpr.c | 415 if ((sockfd = tcp_open(destination, tcpjob, 20)) == -1) { in main()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 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)); in tcp_openv4() 2593 return (tcp_open(q, devp, flag, sflag, credp, B_TRUE)); in tcp_openv6() 2741 tcp_open(queue_t *q, dev_t *devp, int flag, int sflag, cred_t *credp, in tcp_open() function
|