HomeSort by: relevance | last modified time | path
    Searched refs:cti_route_vec_t (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route-tracker.h 48 void route_tracker_monitor_mesh_routes(route_tracker_t *NONNULL tracker, cti_route_vec_t *NONNULL routes);
nat64.h 146 cti_route_vec_t *NULLABLE routes;
259 void nat64_offmesh_route_list_callback(route_state_t *NONNULL route_state, cti_route_vec_t *NONNULL routes,
cti-services.h 159 } cti_route_vec_t; typedef in typeref:struct:_cti_route_vec
987 cti_route_vec_t *NULLABLE
1004 cti_route_vec_release_(cti_route_vec_t *NONNULL routes, const char *NONNULL file, int line);
1079 (*cti_offmesh_route_reply_t)(void *NULLABLE context, cti_route_vec_t *NULLABLE routes, cti_status_t status);
cti-services.c 1834 cti_route_vec_finalize(cti_route_vec_t *routes)
1849 cti_route_vec_t *
1852 cti_route_vec_t *routes = calloc(1, sizeof(*routes));
1868 cti_route_vec_release_(cti_route_vec_t *routes, const char *file, int line)
1894 cti_parse_offmesh_routes_array(cti_route_vec_t **vec_ret, object_t routes_array)
1897 cti_route_vec_t *routes = cti_route_vec_create(routes_array_length);
2036 cti_route_vec_t *vec = NULL;
nat64.c 1686 nat64_check_stale_prefix(route_state_t *route_state, const cti_route_vec_t *const routes)
1730 nat64_offmesh_route_list_callback(route_state_t *route_state, cti_route_vec_t *routes, cti_status_t status)
omr-watcher.c 480 omr_watcher_offmesh_route_list_callback(void *context, cti_route_vec_t *vec, cti_status_t status)
route-tracker.c 619 route_tracker_monitor_mesh_routes(route_tracker_t *tracker, cti_route_vec_t *routes)

Completed in 28 milliseconds