np_tcpjob_t
np_tcpjob_t *tcpjob;
tcpjob = (np_tcpjob_t *)create_tcp_job(job_data, filesize);
extern np_tcpjob_t * create_tcp_job(np_job_t *, int);
extern int tcp_print(int, caddr_t, np_tcpjob_t *);
extern int tcp_open(char *, np_tcpjob_t *, int);
tcp_print(int sockfd, caddr_t pa, np_tcpjob_t *tcpjob)
np_tcpjob_t *
np_tcpjob_t *tcpjob;
tcpjob = (np_tcpjob_t *)malloc(sizeof (np_tcpjob_t));
(void) memset(tcpjob, 0, sizeof (np_tcpjob_t));
tcp_open(char *dest, np_tcpjob_t *tcpjob, int timeout)