Home
last modified time | relevance | path

Searched refs:tsrv (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_time.c211 nis_server tsrv; in __rpc_get_time_offset() local
231 srv = get_server(thost, &tsrv, teps, 32); in __rpc_get_time_offset()
243 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
300 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
347 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
369 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
387 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
432 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
459 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
627 free_eps(teps, tsrv.ep.ep_len); in __rpc_get_time_offset()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c412 i_test_and_insert(ilbd_srv_t *tsrv, ilbd_srv_t *lsrv, list_t *srvlist) in i_test_and_insert() argument
417 t1 = &tsrv->isv_addr; in i_test_and_insert()
428 list_insert_before(srvlist, lsrv, tsrv); in i_test_and_insert()
556 ilb_sg_srv_t *tsrv; in fill_audit_record() local
560 tsrv = &sg->sg_servers[i]; in fill_audit_record()
564 if (IN6_IS_ADDR_V4MAPPED(&tsrv->sgs_addr)) { in fill_audit_record()
567 ADT_IPv4, tsrv->sgs_addr); in fill_audit_record()
571 ADT_IPv6, tsrv->sgs_addr); in fill_audit_record()
573 audit_sg_data->ed_minport = tsrv->sgs_minport; in fill_audit_record()
574 audit_sg_data->ed_maxport = tsrv->sgs_maxport; in fill_audit_record()
[all …]