Searched refs:route (Results 76 - 100 of 393) sorted by relevance

1234567891011>>

/freebsd-13-stable/tools/test/netfibs/
H A Dinitiator.sh580 # route in all FIBs (e.g. FIB 0 uses prefix 0, FIB 1 uses prefix 1 , ...).
607 *) setfib -F${i} route delete -inet6 \
680 # route in all FIBs (e.g. FIB 0 uses prefix 0, FIB 1 uses prefix 1 , ...).
703 *) setfib -F${i} route delete -inet6 \
778 # Make destination reachable through the same default route in each FIB only.
790 setfib -F${fib} route delete -inet6 -net default \
792 setfib -F${fib} route add -inet6 -net default ${PEERADDR} \
816 setfib -F${fib} route delete -inet6 -net default \
842 # Make destination reachable through a different default route in each FIB.
844 # one connected route i
[all...]
/freebsd-13-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c111 int opt, proto = -1, route = 0; local
142 route = 1;
152 if ((proto == N_HCI_RAW || proto == N_RFCOMM || proto == N_RFCOMM_S) && route)
174 if (route)
181 if (route)
196 if (route) {
/freebsd-13-stable/tests/sys/netinet6/frag6/
H A Dfrag6_01.sh107 <discard-no-route>0</discard-no-route>
126 <no-route>0</no-route>
163 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_02.sh108 <discard-no-route>0</discard-no-route>
127 <no-route>0</no-route>
163 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_03.sh108 <discard-no-route>0</discard-no-route>
128 <no-route>0</no-route>
164 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_04.sh108 <discard-no-route>0</discard-no-route>
128 <no-route>0</no-route>
164 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_06.sh126 <discard-no-route>0</discard-no-route>
146 <no-route>0</no-route>
182 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_07.sh104 <discard-no-route>0</discard-no-route>
124 <no-route>0</no-route>
160 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_08.sh104 <discard-no-route>0</discard-no-route>
124 <no-route>0</no-route>
160 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_09.sh107 <discard-no-route>0</discard-no-route>
126 <no-route>0</no-route>
162 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_10.sh109 <discard-no-route>0</discard-no-route>
128 <no-route>0</no-route>
164 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_11.sh108 <discard-no-route>0</discard-no-route>
127 <no-route>0</no-route>
163 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_12.sh107 <discard-no-route>0</discard-no-route>
126 <no-route>0</no-route>
162 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_13.sh107 <discard-no-route>0</discard-no-route>
126 <no-route>0</no-route>
162 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_14.sh107 <discard-no-route>0</discard-no-route>
126 <no-route>0</no-route>
162 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_15.sh126 <discard-no-route>0</discard-no-route>
146 <no-route>0</no-route>
183 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_16.sh104 <discard-no-route>0</discard-no-route>
124 <no-route>0</no-route>
161 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_19.sh92 <discard-no-route>0</discard-no-route>
112 <no-route>0</no-route>
149 <dropped-no-route>0</dropped-no-route>
H A Dfrag6_20.sh103 <discard-no-route>0</discard-no-route>
123 <no-route>0</no-route>
159 <dropped-no-route>0</dropped-no-route>
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc.sh132 atf_check -s exit:0 -o ignore rump.route add $local_ip/32 $gateway_remote_ip
138 atf_check -s exit:0 -o ignore rump.route add $remote_ip/32 $gateway_local_ip
H A Dt_mtudisc6.sh131 rump.route add -inet6 $local_ip/128 $gateway_remote_ip
143 rump.route add -inet6 $remote_ip/128 $gateway_local_ip
/freebsd-13-stable/tests/sys/netinet/
H A Dfibs_test.sh39 # arpresolve only checked the default route.
63 # diffferent subnet masks, or FIB1 won't have a subnet route.
124 # Check whether the host route exists in only the correct FIB
128 atf_fail "Host route did not appear in the correct FIB"
133 atf_fail "Host route appeared in the wrong FIB"
136 # Check whether the network route exists in only the correct FIB
141 atf_fail "Network route did not appear in the correct FIB"
147 atf_fail "Network route appeared in the wrong FIB"
181 # Check whether the host route exists in only the correct FIB
185 atf_fail "Host route di
[all...]
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dforward.sh57 route add -net 198.51.100.0/24 192.0.2.2
117 route add -6 2001:db8:43::/64 2001:db8:42::2
/freebsd-13-stable/sbin/ifconfig/
H A Diffib.c39 #include <net/route.h>
H A Difmac.c46 #include <net/route.h>

Completed in 94 milliseconds

1234567891011>>