Searched refs:tcp_handle (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/lib/libc/rpc/ |
H A D | xdr_rec.c | 111 caddr_t tcp_handle; member 162 xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, caddr_t tcp_handle, in xdrrec_create() argument 198 rstrm->tcp_handle = tcp_handle; in xdrrec_create() 324 pos = lseek((int)(long)rstrm->tcp_handle, 0, SEEK_CUR); in xdrrec_getpos() 520 n = rstrm->readit(rstrm->tcp_handle, rstrm->in_hdrp, in __xdrrec_getrec() 552 n = rstrm->readit(rstrm->tcp_handle, in __xdrrec_getrec() 612 if ((*(rstrm->writeit))(rstrm->tcp_handle, rstrm->out_base, (int)len) in flush_out() 633 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1) in fill_input_buf()
|
/openbsd-src/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 88 #define tcp_handle (dll_handles[dll_handle_tcp32dll]) macro 516 {&tcp_handle, "SETHOSTENT", 0}, 517 {&tcp_handle, "SETNETENT" , 0}, 518 {&tcp_handle, "SETPROTOENT", 0}, 519 {&tcp_handle, "SETSERVENT", 0}, 520 {&tcp_handle, "GETHOSTENT", 0}, 521 {&tcp_handle, "GETNETENT" , 0}, 522 {&tcp_handle, "GETPROTOENT", 0}, 523 {&tcp_handle, "GETSERVENT", 0}, 524 {&tcp_handle, "ENDHOSTENT", 0}, [all …]
|