Searched refs:ts_vers (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_svc.c | 137 ndr_uuid_t *ts_uuid, int ts_vers) 170 if (svc->transfer_syntax_version != ts_vers) 184 abstract_syntax, as_vers, transfer_syntax, ts_vers); 136 ndr_svc_lookup_uuid(ndr_uuid_t *as_uuid, int as_vers, ndr_uuid_t *ts_uuid, int ts_vers) argument
|
H A D | ndr_server.c | 635 int ts_vers; local 690 ts_vers = cont_list->p_cont_elem[0].transfer_syntaxes[0].if_version; 692 msvc = ndr_svc_lookup_uuid(as_uuid, as_vers, ts_uuid, ts_vers); 756 int ts_vers; local 785 ts_vers = cont_list->p_cont_elem[0].transfer_syntaxes[0].if_version; 787 msvc = ndr_svc_lookup_uuid(as_uuid, as_vers, ts_uuid, ts_vers);
|
Completed in 17 milliseconds