Searched refs:np_tcpjob_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 49 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 D | netpr.h | 97 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 D | netpr.c | 167 np_tcpjob_t *tcpjob; in main() 351 tcpjob = (np_tcpjob_t *)create_tcp_job(job_data, filesize); in main()
|