Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dtcp_misc.c47 np_tcpjob_t *
50 np_tcpjob_t *tcpjob; in create_tcp_job()
55 tcpjob = (np_tcpjob_t *)malloc(sizeof (np_tcpjob_t)); in create_tcp_job()
57 (void) memset(tcpjob, 0, sizeof (np_tcpjob_t)); in create_tcp_job()
67 tcp_open(char *dest, np_tcpjob_t *tcpjob, int timeout) in tcp_open()
144 tcp_print(int sockfd, caddr_t pa, np_tcpjob_t *tcpjob) in tcp_print()
H A Dnetpr.h95 typedef struct np_tcp_job np_tcpjob_t; typedef
157 extern np_tcpjob_t * create_tcp_job(np_job_t *, int);
161 extern int tcp_print(int, caddr_t, np_tcpjob_t *);
162 extern int tcp_open(char *, np_tcpjob_t *, int);
H A Dnetpr.c165 np_tcpjob_t *tcpjob; in main()
351 tcpjob = (np_tcpjob_t *)create_tcp_job(job_data, filesize); in main()