Lines Matching refs:tbind
2875 struct t_bind *tbind = NULL; in get_server_netinfo() local
2880 prog, vers, nconf, port, tinfo, tbind, fhp, in get_server_netinfo()
2916 prog, vers, nconf, port, tinfo, tbind, fhp, in get_server_netinfo()
2973 prog, vers, nconf, port, tinfo, tbind, fhp, in get_server_netinfo()
3007 struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, in get_server_fh() argument
3032 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) in get_server_fh()
3035 if (setup_nb_parms(nconf, tbind, tinfo, hostname, fd, in get_server_fh()
3040 cl = clnt_tli_create(fd, nconf, &tbind->addr, prog, vers, 0, 0); in get_server_fh()
3201 nb->buf = (char *)malloc(tbind->addr.maxlen); in get_server_fh()
3209 (void) memcpy(nb->buf, tbind->addr.buf, tbind->addr.len); in get_server_fh()
3210 nb->len = tbind->addr.len; in get_server_fh()
3211 nb->maxlen = tbind->addr.maxlen; in get_server_fh()
3216 cleanup_tli_parms(tbind, fd); in get_server_fh()
4330 ushort_t port, struct t_info *tinfo, struct t_bind *tbind, in get_netconfig_info() argument
4344 nconf, port, tinfo, tbind, fhp, direct_to_server, in get_netconfig_info()
4351 nconf, port, tinfo, tbind, fhp, direct_to_server, in get_netconfig_info()
4368 struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, in get_server_addrorping() argument
4386 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) in get_server_addrorping()
4394 nconf, &tbind->addr) == 0) in get_server_addrorping()
4401 if (setup_nb_parms(nconf, tbind, tinfo, hostname, in get_server_addrorping()
4408 cl = clnt_tli_create(fd, nconf, &tbind->addr, in get_server_addrorping()
4426 nb->buf = (char *)malloc(tbind->addr.maxlen); in get_server_addrorping()
4433 (void) memcpy(nb->buf, tbind->addr.buf, tbind->addr.len); in get_server_addrorping()
4434 nb->len = tbind->addr.len; in get_server_addrorping()
4435 nb->maxlen = tbind->addr.maxlen; in get_server_addrorping()
4440 cleanup_tli_parms(tbind, fd); in get_server_addrorping()