Searched refs:routes (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_bios.c68 pci_bios_get_irq_routing(pci_irq_route_t *routes, int nroutes, int *nneededp) argument
115 ((uchar_t *)routes)[i] = bufp[i];
125 pci_irq_route_t *routes; local
136 routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP);
137 nroutes = pci_bios_get_irq_routing(routes, n, &nneeded);
139 kmem_free(routes, n * sizeof (pci_irq_route_t));
148 routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP);
149 nroutes = pci_bios_get_irq_routing(routes, n, NULL);
154 kmem_free(routes, n * sizeof (pci_irq_route_t));
159 pci_irq_routes = routes;
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2610 struct in6_addr *routes = NULL; local
2767 routes = calloc(1, nnet * sizeof (*routes));
2788 routes[j] = SIN6(&lifr.lifr_addr)->sin6_addr;
2791 &routes[j]); local
2798 linkid, routes, j * sizeof (*routes));
2801 free(routes);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2940 * byte order. For demand mode to work properly, we have to ignore routes
2959 mib2_ipRouteEntry_t routes[8]; local
2990 dbuf.buf = (caddr_t)routes;
2991 dbuf.maxlen = sizeof (routes);
3020 * Note that we have to skip routes to our own
3029 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c66 struct timeval age_timer; /* next check of old routes */
77 * It is desirable to "aggregate" routes, to combine differing routes of
79 * or to suppress redundant routes, routes that add no information to
80 * routes with smaller netmasks.
82 * A route is redundant if and only if any and all routes with smaller
83 * but matching netmasks and nets are the same. Since routes are
84 * kept sorted in the radix tree, redundant routes always come second.
86 * There are two kinds of aggregations. First, two routes o
1344 mib2_ipRouteEntry_t routes[8]; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs423 Allows a process to configure a system's IP interfaces and routes.

Completed in 79 milliseconds