tcp_open
if ((sockfd = tcp_open(destination, tcpjob, 20)) == -1) {
extern int tcp_open(char *, np_tcpjob_t *, int);
return (tcp_open(q, devp, flag, sflag, credp, B_FALSE));
return (tcp_open(q, devp, flag, sflag, credp, B_TRUE));
static int tcp_open(queue_t *, dev_t *, int, int, cred_t *, boolean_t);