Searched defs:as_vers (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_svc.c | 136 ndr_svc_lookup_uuid(ndr_uuid_t *as_uuid, int as_vers, argument 158 if (svc->abstract_syntax_version != as_vers) 184 abstract_syntax, as_vers, transfer_syntax, ts_vers);
|
H A D | ndr_server.c | 634 int as_vers; local 687 as_vers = cont_list->p_cont_elem[0].abstract_syntax.if_version; 692 msvc = ndr_svc_lookup_uuid(as_uuid, as_vers, ts_uuid, ts_vers); 755 int as_vers; local 782 as_vers = cont_list->p_cont_elem[0].abstract_syntax.if_version; 787 msvc = ndr_svc_lookup_uuid(as_uuid, as_vers, ts_uuid, ts_vers);
|
Completed in 55 milliseconds