Home
last modified time | relevance | path

Searched full:router (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_router.h39 * This object represents an IBA router.
63 /****h* OpenSM/Router
65 * Router
68 * The Router object encapsulates the information needed by the
69 * OpenSM to manage routers. The OpenSM allocates one router object
70 * per router in the IBA subnet.
72 * The Router object is not thread safe, thus callers must provide
82 /****s* OpenSM: Router/osm_router_t
87 * Router structure.
104 * Pointer to the Port object for this router.
[all …]
/freebsd/usr.sbin/rtsold/
H A Drtsold.836 .Nd router solicitation daemon
72 is the daemon program to send ICMPv6 Router Solicitation messages
76 sends some Router Solicitations on the link destined to the link-local scope
82 .Pq non-router nodes
101 sends at most 3 Router Solicitations on an interface
127 The default interval for router advertisements, which is on the order of 10
136 has sent a Router Solicitation, and has received a valid Router Advertisement,
140 When sending a Router Solicitation on an interface,
149 the daemon receives a router advertisement with the OtherConfig flag
155 start resending router solicitation messages by one of the conditions
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dutils.subr169 # Create a bare router jail.
188 vnet_mkjail router ${epair_tester}b ${epair_server}a
193 jexec router ifconfig ${epair_tester}b ${net_tester_host_router}/${net_tester_mask} up
194 jexec router sysctl net.inet.ip.forwarding=1
195 jexec router ifconfig ${epair_server}a ${net_server_host_router}/${net_server_mask} up
197 jexec router pfctl -e
200 # Create a router jail.
206 jexec router arp -s ${net_server_host_server} 00:01:02:03:04:05
210 # Create a router and a server jail.
224 # Create a bare router jail.
[all …]
H A Drtable.sh44 jexec router sysctl net.fibs=2
45 jexec router ifconfig ${epair_server}a fib 1
46 jexec router route del -net ${net_server}
47 jexec router route add -fib 1 -net ${net_server} -iface ${epair_server}a
54 pft_set_rules router \
59 pft_set_rules router \
65 pft_set_rules router \
67 jexec router route add -fib 1 -net ${net_tester} -iface ${epair_tester}b
91 jexec router sysctl net.fibs=2
92 jexec router ifconfig ${epair_server}a fib 1
[all …]
H A Dsrc_track.sh142 # Clients will connect from another network behind the router.
145 jexec router route add -6 2001:db8:44::0/64 2001:db8:42::2
148 pft_set_rules router \
169 jexec router pfctl -qss | normalize_pfctl_s | grep 'tcp 2001:db8:43::2\[9\] <-' > $states
183 …jexec router pfctl -T test -t bad_hosts 2001:db8:44::1 || atf_fail "Host not found in overload tab…
202 # Clients will connect from another network behind the router.
205 jexec router route add -6 2001:db8:44::0/64 2001:db8:42::2
208 pft_set_rules router \
242 jexec router pfctl -qvsS | normalize_pfctl_s > $nodes
252 …jexec router pfctl -qvvsi | grep -qE 'max-src-states\s+3\s+' || atf_fail "max-src-states not set t…
[all …]
H A Dscrub.sh41 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300"
66 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300"
91 pft_set_rules router "scrub on ${epair_tester}b set-tos 0x42"
112 pft_set_rules router "scrub on ${epair_tester}b set-tos 0x42"
133 pft_set_rules router "scrub on ${epair_tester}b min-ttl 50"
154 pft_set_rules router "scrub on ${epair_tester}b min-ttl 50"
175 pft_set_rules router\
198 pft_set_rules router \
H A Dscrub_compat.sh42 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300"
67 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300"
92 pft_set_rules router "scrub on ${epair_tester}b set-tos 0x42"
113 pft_set_rules router "scrub on ${epair_tester}b set-tos 0x42"
134 pft_set_rules router "scrub on ${epair_tester}b min-ttl 50"
155 pft_set_rules router "scrub on ${epair_tester}b min-ttl 50"
176 pft_set_rules router\
199 pft_set_rules router \
H A Droute_to.sh53 jexec router pfctl -Fs
58 jexec router pfctl -qvvss | normalize_pfctl_s > $states
82 # Clients will connect from another network behind the router.
84 jexec router route add -6 ${net_clients_6}::/${net_clients_6_mask} ${net_tester_6_host_tester}
85 jexec router route add ${net_clients_4}.0/${net_clients_4_mask} ${net_tester_4_host_tester}
946 pft_set_rules router \
957 atf_check -o "match:map-failed +1 +" -x "jexec router pfctl -qvvsi 2> /dev/null"
978 jexec router pfctl -e
979 pft_set_rules router \
1008 jexec router pfctl -qvvss | normalize_pfctl_s > $states
[all …]
/freebsd/sbin/routed/
H A Drouted.836 .Nd network RIP and router discovery routing daemon
60 and Internet Router Discovery Protocol (RFC 1256)
73 It also sends and receives multicast Router Discovery ICMP messages.
74 If the host is a router,
78 It also advertises or solicits default routes using Router Discovery
104 Router Discovery Advertisements or Solicitations on a new interface,
106 RIP request and response and Router Discovery packets from other hosts.
142 to speed recovery from a failing router.
181 age of any relevant Router Discovery Protocol default routes.
188 to the destination address on point-to-point links, and to the router's
[all …]
H A Drdisc.c36 /* router advertisement ICMP packet */
41 u_int8_t icmp_ad_num; /* # of following router addresses */
50 /* router solicitation ICMP packet */
65 int rdisc_sock = -1; /* router-discovery raw socket */
97 /* dump an ICMP Router Discovery Advertisement Message
117 (void)fprintf(ftrace, "%s Router Ad" in trace_rdisc()
135 trace_act("%s Router Solic. from %s to %s via %s value=%#x", in trace_rdisc()
142 /* prepare Router Discovery socket.
157 /* Pick multicast group for router-discovery socket
170 * broadcast router discovery packets. in set_rdisc_mg()
[all …]
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.835 .Nd router advertisement daemon
46 sends router advertisement packets to the specified
55 It will then send router advertisement packets periodically, as well
56 as in response to router solicitation messages sent by end hosts.
58 Router advertisements can be configured on a per-interface basis, as
99 will start or stop sending router advertisements according
109 Basically, hosts MUST NOT send Router Advertisement messages at any
115 can be invoked if router lifetime is explicitly set zero on every
154 Accept router renumbering requests.
172 will send Router Advertisement messages with the old configuration but
[all …]
H A Drtadvd.conf.535 .Nd config file for router advertisement daemon
37 This file describes how the router advertisement packets must be constructed
64 Capabilities describe the value to be filled into ICMPv6 router
74 There are two items which control the interval of sending router advertisements.
81 multicast router advertisements
88 router advertisements
97 The following items are for ICMPv6 router advertisement message
107 (str or num) A 8-bit flags field in router advertisement message header.
131 are used to encode router preference.
148 configuration methods, and the medium router preferenc
[all...]
/illumos-gate/usr/src/man/man8/
H A D6to4relay.88 6to4relay \- administer configuration for 6to4 relay router communication
33 The \fB6to4relay\fR command is used to configure 6to4 relay router
34 communication. Relay router communication support is enabled by setting the
39 for relay router communication is disabled. Otherwise, support is enabled, and
48 relay router's \fBunicast\fR address instead of the default \fBanycast\fR
50 policy for receiving traffic from relay routers. The source relay router on a
51 received packet is non-deterministic, since a different relay router may be
77 Enable support for relay router. Use \fB-a\fR \fIaddr\fR if it is specified.
87 Disable support for the relay router.
109 A specific relay router's unicast address. \fIaddr\fR must be specified as a
[all …]
H A Din.rdisc.89 in.rdisc, rdisc \- network router discovery daemon
31 \fBin.rdisc\fR implements the \fBICMP\fR router discovery protocol. The first
36 form (router mode).
40 routes. On a router, advertises the router to all the hosts.
58 are handled by first ignoring those listed router addresses with which the host
69 A timer is associated with each router address. The address will no longer be
71 new \fIadvertise\fR message is received from the router. The address will also
74 .SS "Router (Second Form)"
77 When \fBin.rdisc\fR is started on a router, it uses the \fBSIOCGIFCONF\fR
113 the kernel routing tables) the router or routers with the highest preference.
[all …]
H A Din.routed.819 Protocol, RIPv1 (RFC 1058), RIPv2 (RFC 2453), and Internet Router Discovery
38 receives multicast Router Discovery ICMP messages. If the host is a router,
41 routes using Router Discovery ICMP messages.
56 After transmitting a RIP request and Router Discovery Advertisements or
58 request and response and Router Discovery packets from other hosts.
75 for each destination to speed recovery from a failing router. RIP response
101 the age of any relevant Router Discovery Protocol default routes.
107 to the destination address on point-to-point links, and to the router's own
118 The Internet Router Discovery Protocol is handled similarly. When the daemon is
119 supplying RIP routes, it also listens for Router Discovery Solicitations and
[all …]
/illumos-gate/usr/src/man/man5/
H A Dgateways.5267 and turns off all RIP and router discovery through the interface.
278 allowed to process RIP packets, \fBin.routed\fR acts purely as a router
281 Note that turning off RIP without explicitly turning on router discovery
283 as a client router discovery daemon, which does not advertise.
345 Disables the Internet Router Discovery Protocol.
355 Disables the transmission of Router Discovery Solicitations.
365 Specifies that Router Discovery solicitations should be sent, even on
366 point-to-point links, which, by default, only listen to Router Discovery
377 Disables the transmission of Router Discovery Advertisements.
387 Specifies that Router Discovery Advertisements should be sent, even on
[all …]
H A Dndpd.conf.58 ndpd.conf \- configuration file for IPv6 router autoconfiguration
146 Indicates whether the node should send out advertisements and respond to router
147 solicitations. You need to explicitly configure this value to turn on router
189 the Router Advertisement. This flag causes hosts to run DHCPv6 to acquire
202 the Router Advertisement.
211 Specifies an MTU value to be sent by the router. The default of zero indicates
212 that the router does not specify MTU options.
222 sent by the router.
232 sent by the router.
242 advertisement messages sent by the router. The default is the current diameter
[all …]
/freebsd/sys/dev/thunderbolt/
H A Drouter_var.h114 #define TB_ROUTE(router) \ argument
115 ((uint64_t)(router)->route.hi << 32) | (router)->route.lo
124 * Read the Router config space for the router referred to in the softc.
144 * Write the Router config space for the router referred to in the softc.
157 * Read the Adapter config space for the router referred to in the softc.
171 * Read the Adapter config space for the router referred to in the softc.
185 * Read the Path config space for the router referred to in the softc.
200 * Write the Path config space for the router referred to in the softc.
215 * Read the Counters config space for the router referred to in the softc.
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh149 <bad-router-solicitation>0</bad-router-solicitation>
150 <bad-router-advertisement>0</bad-router-advertisement>
200 <received-router-solicitation>0</received-router-solicitation>
201 <received-router-advertisement>0</received-router-advertisement>
210 <sent-router-solicitation>0</sent-router-solicitation>
211 <sent-router-advertisement>0</sent-router-advertisement>
342 <bad-router-solicitation>0</bad-router-solicitation>
343 <bad-router-advertisement>0</bad-router-advertisement>
393 <received-router-solicitation>0</received-router-solicitation>
394 <received-router-advertisement>0</received-router-advertisement>
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Ddma-router.yaml4 $id: http://devicetree.org/schemas/dma/dma-router.yaml#
7 title: DMA Router Common Properties
23 pattern: "^dma-router(@.*)?$"
30 Array of phandles to the DMA controllers the router can direct
35 Number of incoming request lines the router can handle.
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c52 { "create-router", do_create,
55 { "delete-router", do_delete, "<router_name>" },
56 { "enable-router", do_enable, "<router_name>" },
57 { "disable-router", do_disable, "<router_name>" },
58 { "modify-router", do_modify,
60 { "show-router", do_show,
110 * structures for 'vrrpadm show-router'
277 err_exit("Invalid router name %s", argv[optind]); in do_create()
295 err_exit("create-router failed: %s", vrrp_err2str(err)); in do_create()
307 err_exit("delete-router failed: %s", vrrp_err2str(err)); in do_delete()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,sci-intr.txt1 Texas Instruments K3 Interrupt Router
4 The Interrupt Router (INTR) module provides a mechanism to mux M
6 to be driven per N output. An Interrupt Router can either handle edge triggered
9 Interrupt Router
28 controller will keep track of the used and unused registers within the Router.
38 TISCI Interrupt Router Node:
54 assigned to this interrupt router. Each subtype id
62 The following example demonstrates both interrupt router node and the consumer
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A D6to4relay.c59 * Queries the kernel for the current 6to4 Relay Router value, prints
61 * INADDR_ANY is used to denote that Relay Router communication support is
81 (void) printf(gettext("6to4 Relay Router communication " in printkstatus()
84 (void) printf(gettext("6to4 Relay Router communication " in printkstatus()
87 "Router = ")); in printkstatus()
99 * can send packets to native IPv6 hosts behind a remote 6to4 Relay Router.
229 * Enable Relay Router communication support in the kernel. in main()
263 "unable to set the 6to4 relay router address: " in main()
279 * Disable Relay Router communication support in kernel. in main()
286 * get Relay Router address from the kernel and delete in main()
[all …]
/freebsd/sys/netinet6/
H A Dnd6_rtr.c138 * Remove a router from the global list and optionally stash it in a
154 * Receive Router Solicitation Message - just for routers.
155 * Router solicitation/advertisement is mostly managed by userland program
342 * XXX-BZ we might want to trigger re-evaluation of our default router in nd6_ifnet_link_event()
343 * availability. E.g., on link down the default router might be in nd6_ifnet_link_event()
354 * Receive Router Advertisement Message.
598 * router's neighbor cache, which might also affect our on-link in nd6_ra_input()
622 if (search->router == dr) in pfxrtr_lookup()
647 new->router = dr; in pfxrtr_add()
672 defrouter_rele(pfr->router); in pfxrtr_del()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h53 struct router *pi_router_list; /* Doubly linked routers */
121 * Router Advertisements) or at least every few hours
122 * even if no Router Advertisements are received.
233 struct router { struct
234 struct router *dr_next; /* Next router for this physical */ argument
235 struct router *dr_prev; /* Prev router for this physical */ argument
238 struct in6_addr dr_address; /* Used to identify the router */ argument
294 extern struct router *router_lookup(struct phyint *pi, struct in6_addr addr);
295 extern struct router *router_create(struct phyint *pi, struct in6_addr addr,
297 extern void router_update_k(struct router *dr);
[all …]

12345678910>>...26