Searched refs:xfer_file (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | net.c | 94 if ((xfer = xfer_file(sockfd, pa, filesize, bsdjob->np_timeout)) != 0) { in bsd_print() 129 xfer_file(int sockfd, caddr_t pa, int filesize, int seed) in xfer_file() function
|
H A D | netpr.h | 150 extern int xfer_file(int, caddr_t, int, int);
|
H A D | tcp_misc.c | 154 if ((xfer = xfer_file(sockfd, pa, in tcp_print()
|