| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| client.h | 13 u8 route; member in struct:nvif_client
|
| event.h | 12 __u8 route; member in struct:nvif_notify_req_v0 20 __u8 route; member in struct:nvif_notify_rep_v0
|
| ioctl.h | 35 __u8 route; member in struct:nvif_ioctl_v0 61 __u8 route; member in struct:nvif_ioctl_new_v0
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_nvif.c | 141 u8 route; local 144 route = args->v0.route; 150 switch (route) {
|
| nouveau_usif.c | 53 u8 route; member in struct:usif_notify 91 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF); 106 rep->route = ntfy->route; 158 ntfy->route = req->v0.route; 160 req->v0.route = NVDRM_NOTIFY_USIF; 164 req->v0.route = ntfy->route; 261 u8 route; member in struct:usif_object [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| oclass.h | 26 u8 route; member in struct:nvkm_oclass
|
| object.h | 19 u8 route; member in struct:nvkm_object
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| ior.h | 57 } route; member in struct:nvkm_ior_func
|
| /src/usr.bin/rump_dhcpclient/ |
| dhcp.c | 420 struct rt *route = NULL; local 441 if (route) { 442 route->next = xmalloc(sizeof(*route)); 443 route = route->next; 445 routes = route = xmalloc(sizeof(*routes)); 446 route->next = NULL; 447 memcpy(&route->dest.s_addr, p, 4); 449 memcpy(&route->gate.s_addr, p, 4) [all...] |
| /src/usr.sbin/rtadvd/ |
| rtadvd.h | 96 uint32_t ltime; /* route lifetime */ 97 uint16_t rtpref; /* route preference */ 172 TAILQ_HEAD(, rtinfo) route; member in struct:rainfo
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| route-tracker.c | 0 /* route-tracker.c 17 * This file contains the implementation for a route tracker for tracking prefixes and routes on infrastructure so that 48 #include "route.h" 56 #include "route-tracker.h" 85 // The route tracker keeps a set of prefixes that it's tracking. These prefixes are what's published on the 155 // If we have published a route to this prefix, queue it for removal. 319 INFO("removing route: " PRI_SEGMENTED_IPv6_ADDR_SRP "/%d", 325 INFO(" adding route: " PRI_SEGMENTED_IPv6_ADDR_SRP "/%d", 332 ERROR("route update failed: %d", status); 357 // from the update function, we update this route again rather than going on to the next 623 cti_route_t *route = routes->routes[i]; local [all...] |
| nat64.c | 256 INFO("discontinuing nat64 ipv4 default route monitor"); 484 // ipv4 default route state machine start 539 // ipv4 default route monitor event functions 567 // ipv4 default route state machine end 848 ERROR("Unknown route prefix preference %d", route_pref); 882 cti_route_t *route = event->routes->routes[i]; local 883 if (route->nat64 && route->origin == offmesh_route_origin_ncp){ 884 if (!in6prefix_compare(&prefix->prefix, &route->prefix, NAT64_PREFIX_SLASH_96_BYTES)) { 903 cti_route_t *route = event->routes->routes[i] local 1690 cti_route_t *route = routes->routes[i]; local [all...] |
| cti-services.c | 1828 cti_route_finalize(cti_route_t *route) 1830 free(route); 1908 ERROR("Unable to get route array %zu", i); 2003 ERROR("No memory when create route."); 2007 INFO("Got offmesh route " PRI_SEGMENTED_IPv6_ADDR_SRP " len %d origin:" PUB_S_SRP " nat64:" 2043 INFO("offmesh route array not present in Thread:OffMeshroutes event."); 2095 const char *route = xpc_array_get_string(prefix_array, i); local 2101 char *dup = strdup(route);
|
| /src/external/mpl/bind/dist/lib/ns/ |
| interfacemgr.c | 39 #include <net/route.h> 86 isc_nmhandle_t *route; member in struct:ns_interfacemgr 240 isc_nmhandle_detach(&mgr->route); 246 REQUIRE(mgr->route != NULL); 268 INSIST(mgr->route == NULL); 270 isc_nmhandle_attach(handle, &mgr->route); 348 if (mgr->route != NULL) { 358 "unable to open route socket: %s", 369 if (mgr->route == NULL) { 373 isc_nmhandle_close(mgr->route); [all...] |
| /src/dist/pf/sbin/pfctl/ |
| parse.y | 370 } route; 425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE 450 %type <v.route> route 1261 yyerror("\"no-route\" is not permitted " 1661 pfrule : action dir logquick interface route af proto fromto 2561 | ROUTE STRING { 2571 yyerror("route label too long, max %u chars", 3884 route : /* empty */ { label 4276 snprintf(tmp, sizeof(tmp), "no-route"); [all...] |
| /src/sys/net/ |
| rtsock_shared.c | 88 #include <net/route.h> 97 #include <compat/net/route.h> 141 #define DOMAINNAME "route" 725 * route(8) passes a sockaddr truncated with prefixlen. 778 * a network route including the destination, 779 * not a local (link) route that may not be a 860 * it from lltable while for the route command we have to 861 * return a route as it is. How to distinguish them? 865 * by the fact that arp/ndp don't set it while the route 1749 * Definitions of protocols supported in the ROUTE domain 1752 PR_WRAP_USRREQS(route); variable [all...] |
| route.h | 1 /* $NetBSD: route.h,v 1.135 2025/09/21 15:11:52 christos Exp $ */ 31 * @(#)route.h 8.5 (Berkeley) 2/8/95 61 * A route consists of a destination address and a reference 65 struct route { struct 86 time_t rmx_expire; /* lifetime for route, e.g. redirect */ 87 time_t rmx_pksent; /* packets sent using this route */ 100 * preferring the former if available. For each route we infer 102 * the route was entered. Routes that forward packets through 123 struct rtentry *rt_parent; /* parent of cloned route */ 125 struct sockaddr *rt_tag; /* route tagging info * [all...] |
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_bsd.c | 29 #include <net/route.h> 54 int route; /* routing socket for events */ member in struct:bsd_driver_global 626 char event_buf[2048]; /* max size of a single route(4) msg */ 633 /* We need to match the system state, so drain the route 727 char event_buf[2048]; /* max size of a single route(4) msg */ 1690 global->route = socket(PF_ROUTE, 1692 if (global->route < 0) { 1699 if (setsockopt(global->route, PF_ROUTE, RO_MSGFILTER, 1707 if (setsockopt(global->route, PF_ROUTE, ROUTE_MSGFILTER, 1713 eloop_register_read_sock(global->route, bsd_wireless_event_receive [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 460 uint8_t route[4]; member in struct:hvm_hw_pci_link 526 uint64_t fsb; /* FSB route, not supported now */
|
| /src/sys/dev/usb/ |
| xhci.c | 3695 * Setup route string and roothub port of given device for slot context 3706 uint32_t route = 0; local 3710 /* Locate root hub port and Determine route string */ 3711 /* 4.3.3 route string does not include roothub port */ 3729 route |= 3733 route = route >> 4; 3758 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport, 3759 ctlrport, route, (uintptr_t)hub); 3761 cp[0] |= XHCI_SCTX_0_ROUTE_SET(route); [all...] |