Searched refs:routing (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A DMakefile27 SVCMETHOD= svc-legacy-routing svc-forwarding
28 MANIFEST= legacy-routing.xml forwarding.xml
38 # and /lib/svc/manifest/network/routing/legacy-routing.xml
42 ROOTSVCMANIFESTS= $(ROOTSVCNETWORKROUTING)/legacy-routing.xml \
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-routing-setup25 # This script configures IP routing.
38 # If routing.conf file is in place, and has not already been read in
51 # Are we routing dynamically? routeadm(1M) reports this in the
52 # "current" values of ipv4/6-routing - if either are true, we are running
53 # routing daemons (or at least they are enabled to run).
56 nawk '/^ipv[46]-routing [.]*/ { print $2 }' | /usr/bin/grep "current=enabled"`
136 # Use routeadm(1M) to configure forwarding and launch routing daemons
138 # to the global zone. For IPv4 dynamic routing, the system will default
145 # Check the kernel routing table for any other default
153 # The routeadm/ipv4-routing
[all...]
H A DMakefile51 network-routing-setup.xml \
122 net-routing-setup \
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h84 * IP routing table. IP addresses are in network-order.
86 struct routing { struct
H A Dipv4.c63 static struct routing table[IPV4_ROUTE_TABLE_SIZE];
308 * Locate a routing table entry based upon arguments. IP addresses expected
338 * ADD or DEL a routing table entry. Returns 0 for success, -1 and errno
354 /* initialize routing table */
365 dprintf("ipv4_route: routing table full.\n");
380 dprintf("ipv4_route: No such routing entry.\n");
411 * Initialize the IPv4 generic parts of the socket, as well as the routing
/illumos-gate/usr/src/man/man7p/
H A DMakefile37 routing.7p \
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c72 * EMU10K routing stuff.
260 emu10k_write_routing(emu10k_devc_t *devc, int voice, unsigned char *routing) argument
264 ASSERT(routing != NULL);
270 srda |= routing[i] << (i * 8);
277 fxrt |= routing[i] << ((i * 4) + 16);
639 emu10k_reset_pair(emu10k_portc_t *portc, int voice, uint8_t *routing, argument
664 emu10k_write_routing(devc, voice, routing);
665 emu10k_write_routing(devc, voice + 1, routing);
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh367 for i in $(/usr/bin/egrep network/routing $insttmpfile)
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt200 * for indicating routing problems. Added 3 reserved words
210 * when in simplified routing mode.

Completed in 294 milliseconds