• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/dcerpc-61/dcerpc/ncklib/

Lines Matching refs:endpoint

90 **  endpoint mapper database.
182 ** Adds server address information to the endpoint mapper database.
189 ** endpoint mapper.
198 ** product entry added to the endpoint mapper.
247 ** endpoint mapper.
256 ** product entry added to the endpoint mapper.
305 ** endpoint mapper.
314 ** product entry added to the endpoint mapper.
372 * First attempt to contact the local endpoint mapper with ncalrpc.
396 * Also check for a binding handle with no endpoint; if one is found
482 /* Skip over protocol sequences that do not require the endpoint mapper */
650 ** Removes server address information from the endpoint mapper database.
657 ** endpoint mapper.
717 * First attempt to contact the local endpoint mapper with ncalrpc.
741 * Also check for a binding handle with no endpoint; if one is found
795 * implementation is to make the endpoint mapper (rpcd) interface
815 /* Skip over protocol sequences that do not require the endpoint mapper */
897 ** remote endpoint map database.
1054 ** Returns one element at a time from a local or remote endpoint map
1282 ** remote endpoint map database.
1359 ** Removes server address information from an endpoint map database.
1414 {0, NULL}, /* endpoint vector */
1433 * Get handle to local or remote endpoint mapper
1499 ** Return a binding to an endpoint mapper.
1504 ** endpoint mapper. Can be NULL to mean the endpoint
1511 ** output_binding Binding on the endpoint mapper.
1585 * and reset the copy's endpoint, com timeout setting, and auth info
1628 ** Return a binding to an endpoint mapper.
1633 ** endpoint mapper. Can be NULL to mean the endpoint
1640 ** output_binding Binding on the endpoint mapper.
1741 ** by the binding argument to look up an endpoint for
1742 ** a compatible server instance. To find the endpoint,
1743 ** the rpcd looks in the endpoint map for the interface
1756 ** in the endpoint map, the resolve-binding operation
1760 ** the endpoint map, the resolve-binding operation
1811 ** other binding fields, such as the object UUID, endpoint, and
1869 ** Find the correct endpoint information and plug it into the
1873 ** We first check the i/f spec to see if the endpoint information
1874 ** is there to use. If not, we make an RPC call to the endpoint
1876 ** the endpoint information for the specified interface. Then we
1877 ** plug in the endpoint (returned from ep_map()) in the binding
1887 ** binding_r a pointer to the binding rep which requires an endpoint
1914 unsigned_char_p_t endpoint = NULL;
1947 * Get the endpoint from the i/f spec, if present.
1964 * The binding now contains the endpoint in the
1980 * making the endpoint map call. The endpoint map
1983 * UUID for this instantiation of the endpoint
1998 * forever to reach the endpoint mapper.
2010 * The call to the endpoint mapper will
2041 * and setting the endpoint to the well-known
2042 * endpoint associated with the EP interface
2055 * create one that will insure we will get an endpoint.
2076 * it wont give us an endpoint if our minor number is
2088 /* remember to free this when we get the endpoint */
2107 * In order to lookup entries in the endpoint mapper
2118 * real tower, the map tower. The output of the endpoint
2120 * endpoint. This tower will be converted into an RPC
2121 * address, from which the endpoint will be extracted.
2122 * Finally the endpoint will be set in the original
2125 * NOTE: When logic to iterate through the endpoint
2152 * an endpoint to the caller's binding handle.
2293 rpc__naf_addr_inq_endpoint (tower_rpc_addr, &endpoint, st);
2303 * returned binding (with selected endpoint) is used to make
2305 * endpoint) to clear the boot time.
2314 rpc__naf_addr_set_endpoint (endpoint, rpc_addr, st);
2322 * Resetting the binding also reset the has-endpoint flag.
2329 ("(ep_get_endpoint) call_rep->none binding_rep->%p endpoint mapper returned %s\n",
2330 binding_r, endpoint));
2438 if (endpoint != NULL)
2440 rpc_string_free (&endpoint, &temp_status);