Home
last modified time | relevance | path

Searched refs:np_tcpjob_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dtcp_misc.c49 np_tcpjob_t *
52 np_tcpjob_t *tcpjob; in create_tcp_job()
57 tcpjob = (np_tcpjob_t *)malloc(sizeof (np_tcpjob_t)); in create_tcp_job()
59 (void) memset(tcpjob, 0, sizeof (np_tcpjob_t)); in create_tcp_job()
69 tcp_open(char *dest, np_tcpjob_t *tcpjob, int timeout) in tcp_open()
146 tcp_print(int sockfd, caddr_t pa, np_tcpjob_t *tcpjob) in tcp_print()
H A Dnetpr.h97 typedef struct np_tcp_job np_tcpjob_t; typedef
159 extern np_tcpjob_t * create_tcp_job(np_job_t *, int);
163 extern int tcp_print(int, caddr_t, np_tcpjob_t *);
164 extern int tcp_open(char *, np_tcpjob_t *, int);
H A Dnetpr.c167 np_tcpjob_t *tcpjob; in main()
351 tcpjob = (np_tcpjob_t *)create_tcp_job(job_data, filesize); in main()