| /forgerock/openam-v13/openam-http/src/test/java/org/forgerock/openam/http/ |
| H A D | HttpRouterProviderTest.java | 117 private HttpRoute route; field in class:HttpRouterProviderTest.TestHttpRouteProviderOne 121 return Collections.singleton(route); 125 public void setHttpRoute(@Named(HTTP_ROUTE_ONE_NAME) HttpRoute route) { argument 126 this.route = route; 132 private HttpRoute route; field in class:HttpRouterProviderTest.TestHttpRouteProviderTwo 136 return Collections.singleton(route); 140 public void setHttpRoute(@Named(HTTP_ROUTE_TWO_NAME) HttpRoute route) { argument 141 this.route = route; [all...] |
| /forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/ |
| H A D | ResourceRouter.java | 29 * Starts the fluent route builder. 31 * @param uriTemplate The uri template of the route. 34 Routers.ResourceRoute route(String uriTemplate); method in interface:ResourceRouter 37 * Gets the CHF root router on which all route registration has happened.
|
| H A D | Routers.java | 57 * Class containing methods for creating fluent route registration routers. 89 public final ResourceRoute route(String uriTemplate) { method in class:Routers.ResourceRouterImpl 168 public ServiceRoute route(String uriTemplate) { method in class:Routers.ServiceRouterImpl 223 * A route that is being registered fluently. 262 * @return This route. 281 * @return This route. 301 * @return This route. 321 * @return This route. 347 * @return This route. 365 * Completes the route registratio 718 private final ResourceRoute route; field in class:Routers.VersionedResourceRoute 725 VersionedResourceRoute(ResourceRoute route, Version version) argument 729 VersionedResourceRoute(ResourceRoute route, Version version, Router versionRouter) argument 934 private final ServiceRoute route; field in class:Routers.VersionedServiceRoute 940 VersionedServiceRoute(ServiceRoute route, Version version) argument 944 VersionedServiceRoute(ServiceRoute route, Version version, org.forgerock.http.routing.Router versionRouter) argument [all...] |
| H A D | ServiceRouter.java | 30 * Starts the fluent route builder. 32 * @param uriTemplate The uri template of the route. 35 ServiceRoute route(String uriTemplate); method in interface:ServiceRouter 38 * Gets the CHF root router on which all route registration has happened.
|
| /forgerock/openidm-v4/openidm-shell/src/test/java/org/forgerock/openidm/shell/impl/ |
| H A D | UpdateCommandTest.java | 436 private static MockCriteria mc(String route, String action, JsonValue... responseContent) { argument 438 return new MockReadCriteria(route, responseContent); 440 return new MockActionCriteria(route, action, responseContent); 445 public MockReadCriteria(String route, JsonValue... responseContent) { argument 446 super(route, null, responseContent); 481 public MockActionCriteria(String route, String action, JsonValue... responseContent) { argument 482 super(route, action, responseContent); 509 private final String route; field in class:UpdateCommandTest.MockCriteria 513 public MockCriteria(String route, String action, JsonValue... responseContent) { argument 514 this.route 537 private final String route; field in class:UpdateCommandTest.IsActionMatcher 540 IsActionMatcher(String route, String action) argument 556 private final String route; field in class:UpdateCommandTest.IsRouteMatcher 558 IsRouteMatcher(String route) argument [all...] |
| /forgerock/openidm-v4/openidm-core/src/test/java/org/forgerock/openidm/managed/ |
| H A D | CollectionRelationshipProviderTest.java | 150 private final String route; field in class:CollectionRelationshipProviderTest.IsRouteMatcher 152 public IsRouteMatcher(String route) { argument 153 this.route = route; 158 return (null != requestToMatch && ((ReadRequest) requestToMatch).getResourcePath().startsWith(route));
|
| /forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/ |
| H A D | ResourceRouter.java | 29 * Starts the fluent route builder. 31 * @param uriTemplate The uri template of the route. 34 Routers.ResourceRoute route(String uriTemplate); method in interface:ResourceRouter 37 * Gets the CHF root router on which all route registration has happened.
|
| H A D | Routers.java | 58 * Class containing methods for creating fluent route registration routers. 90 public final ResourceRoute route(String uriTemplate) { method in class:Routers.ResourceRouterImpl 166 public ServiceRoute route(String uriTemplate) { method in class:Routers.ServiceRouterImpl 229 * A route that is being registered fluently. 268 * @return This route. 287 * @return This route. 307 * @return This route. 327 * @return This route. 347 * @return This route. 372 * @return This route 753 private final ResourceRoute route; field in class:Routers.VersionedResourceRoute 760 VersionedResourceRoute(ResourceRoute route, Version version) argument 764 VersionedResourceRoute(ResourceRoute route, Version version, Router versionRouter) argument 981 private final ServiceRoute route; field in class:Routers.VersionedServiceRoute 987 VersionedServiceRoute(ServiceRoute route, Version version) argument 991 VersionedServiceRoute(ServiceRoute route, Version version, org.forgerock.http.routing.Router versionRouter) argument [all...] |
| H A D | ServiceRouter.java | 30 * Starts the fluent route builder. 32 * @param uriTemplate The uri template of the route. 35 ServiceRoute route(String uriTemplate); method in interface:ServiceRouter 38 * Gets the CHF root router on which all route registration has happened.
|
| /forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/tree/ |
| H A D | SmsRouteTree.java | 177 * Returns the {@code SmsRouteTree} instance that the route should be added to. 179 * @param serviceName The name of the service that the route is being added for. 180 * @return The {@code SmsRouteTree} to handle the route. 208 * Adds a new route to this router for the provided request handler. New routes may be added 214 * @return An opaque handle for the route which may be used for removing the route later, and the tree the route 247 * Removes a route from this router. Routes may be removed while this router is 250 * @param route The route t 253 removeRoute(RouteMatcher<Request> route) argument [all...] |
| /forgerock/openam/openam-http/src/test/java/org/forgerock/openam/http/ |
| H A D | HttpRouterProviderTest.java | 117 private HttpRoute route; field in class:HttpRouterProviderTest.TestHttpRouteProviderOne 121 return Collections.singleton(route); 125 public void setHttpRoute(@Named(HTTP_ROUTE_ONE_NAME) HttpRoute route) { argument 126 this.route = route; 132 private HttpRoute route; field in class:HttpRouterProviderTest.TestHttpRouteProviderTwo 136 return Collections.singleton(route); 140 public void setHttpRoute(@Named(HTTP_ROUTE_TWO_NAME) HttpRoute route) { argument 141 this.route = route; [all...] |
| /illumos-gate/usr/src/lib/libsip/common/ |
| H A D | sip_dialog.c | 163 * Get the route information from the 'value' and add it to the route 206 * Check if the 'lr' param is present for this route. 222 * Depending on the route-set, determine the request URI. 254 * Free the route set. 271 * Recompute route-set 297 * If the route set is empty, the UAC MUST place the remote target URI 301 * If the route set is not empty, and the first URI in the route set 304 * header field containing the route se 325 sip_dlg_route_set_t *route; local [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | hostconfig.c | 51 #include <net/route.h> 284 struct rtentry route; local 288 (void) memset(&route, 0, sizeof (route)); 290 /* route destination is "default" - zero */ 292 sin = (struct sockaddr_in *)&route.rt_dst; 296 sin = (struct sockaddr_in *)&route.rt_gateway; 300 route.rt_flags = RTF_GATEWAY | RTF_UP; 306 if (ioctl(s, SIOCADDRT, (char *)&route) == -1) { 307 perror("add default route"); [all...] |
| H A D | Makefile | 38 ROOTFS_PROG= hostconfig route soconfig 39 SBINLINKS= hostconfig route 46 in.rwhod in.telnetd in.tftpd ipaddrsel ndp route 49 in.tftpd ipaddrsel ndp route 52 TSNETPROG= route 77 ipaddrsel ndp route \ 115 POFILES= 6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po \ 161 route := CPPFLAGS += -DNDEBUG macro 266 $(LINT.c) route.c $(LDLIBS) -lsocket -lnsl -ltsnet
|
| H A D | ndp.c | 42 #include <net/route.h> 108 * Macros borrowed from route(1M) for working with PF_ROUTE messages 537 ndp_initialize_lifreq(int route, struct lifreq *lifrp, struct sockaddr *sap) argument 560 if (ndp_find_interface(route, sap, lifr_name, LIFNAMSIZ) != 0) 579 int inet6, route; local 610 route = socket(PF_ROUTE, SOCK_RAW, 0); 611 if (route < 0) { 618 if (ndp_initialize_lifreq(route, &lifr, p->ai_addr) 631 if (close(route) != 0) {
|
| /illumos-gate/usr/src/uts/common/inet/kifconf/ |
| H A D | kifconf.c | 30 #include <net/route.h> 72 struct rtentry route; local 146 (void) memset(&route, 0, sizeof (route)); 147 rt_sin = (struct sockaddr_in *)&route.rt_dst; 150 rt_sin = (struct sockaddr_in *)&route.rt_gateway; 152 route.rt_flags = RTF_GATEWAY | RTF_UP; 153 sbuf.buf = (caddr_t)&route; 154 sbuf.maxlen = sbuf.len = sizeof (route);
|
| /illumos-gate/usr/src/uts/common/net/ |
| H A D | route.h | 57 * A route consists of a destination address and a reference 61 struct route { struct 77 uint32_t rmx_expire; /* lifetime for route, e.g. redirect */ 83 uint32_t rmx_pksent; /* packets sent using this route */ 91 * preferring the former if available. For each route we infer 93 * the route was entered. Routes that forward packets through 114 #define RTF_UP 0x1 /* route usable */ 127 #define RTF_PRIVATE 0x2000 /* do not advertise this route */ 134 #define RTF_ZONE 0x100000 /* (NGZ only) route from global zone */ 174 #define RTM_REDIRECT 0x6 /* Told to use different route */ [all...] |
| /illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/ |
| H A D | rdma_cm.h | 140 struct rdma_route route; member in struct:rdma_cm_id 210 * into route information needed to establish a connection. 245 * Users must have resolved a route for the rdma_cm_id to connect with 332 * performing route resolution, as existing communication on the
|