Lines Matching defs:tinfo
212 struct t_info tinfo;
236 if (t_getinfo(fd, &tinfo) == -1) {
250 r->sendsize = __rpc_get_t_size((int)sendsize, tinfo.tsdu);
251 r->recvsize = __rpc_get_t_size((int)recvsize, tinfo.tsdu);
280 r->cf_tsdu = tinfo.tsdu;
401 struct t_info tinfo;
412 if (t_getinfo(fd, &tinfo) == -1) {
424 sendsize = __rpc_get_t_size((int)sendsize, tinfo.tsdu);
425 recvsize = __rpc_get_t_size((int)recvsize, tinfo.tsdu);
431 dummy = makefd_xprt(fd, sendsize, recvsize, tinfo.tsdu, NULL);
438 dummy->xp_type = tinfo.servtype;
743 struct t_info tinfo;
751 destfd = t_open(tpname, O_RDWR, &tinfo);
763 destfd = t_open(tpname, O_RDWR, &tinfo);
796 if ((tinfo.servtype != T_COTS) && (tinfo.servtype != T_COTS_ORD)) {