Searched refs:routed (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/include/protocols/
H A DMakefile3 INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h
/freebsd-12-stable/sbin/routed/
H A DMakefile1 # Make `routed` for FreeBSD
5 PROG= routed
6 MAN= routed.8
H A Ddefs.h42 * This code is based on the 4.4BSD `routed` daemon, with extensions to
101 #include <protocols/routed.h>
142 * processing advertised routes, previous versions of `routed` added
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_mtag.h52 u_int8_t routed; member in struct:pf_mtag
H A Dpf.c5620 pd->pf_mtag->routed++ > 3) {
5781 pd->pf_mtag->routed++ > 3) {
/freebsd-12-stable/libexec/rc/
H A Dnetstart53 /etc/rc.d/routed ${_start}
/freebsd-12-stable/sbin/
H A DMakefile88 SUBDIR.${MK_ROUTED}+= routed
/freebsd-12-stable/rescue/rescue/
H A DMakefile116 CRUNCH_PROGS_sbin+= routed rtquery
159 CRUNCH_SRCDIR_rtquery= ${SRCTOP}/sbin/routed/rtquery
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_pci_link.c256 * An IRQ of zero means that the link isn't routed.
353 * routed via an ISA interrupt.
407 * For links routed via an ISA interrupt, if the SCI is routed via
547 * zero and flags to indicate this link is not routed. If we can't
549 * IRQ was routed by the BIOS.
667 * (8259As). Thus, if this link is routed via an ISA IRQ, go
668 * look to see if the BIOS routed an IRQ for this link at the
676 * If this link is not routed via an ISA IRQ (because we are using
886 * routed fo
929 int i, routed; local
[all...]
/freebsd-12-stable/libexec/rc/rc.d/
H A DMakefile292 CONFS+= routed
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c2255 boolean_t routed = 0; local
2321 /* Loop in the fabric - we already routed the remote switch
2370 routed = fabric_route_upgoing_by_going_down(p_ftree, p_remote_sw, /* remote switch - used as a route-upgoing alg. start point */
2376 created_route |= routed;
2378 if (routed) {
2429 boolean_t routed = FALSE; local
2668 routed = fabric_route_downgoing_by_going_up(p_ftree, p_remote_sw, /* remote switch - used as a route-downgoing alg. next step point */
2676 created_route |= routed;
2735 routed = fabric_route_downgoing_by_going_up(p_ftree, p_remote_sw, /* remote switch - used as a route-downgoing alg. next step point */
2743 created_route |= routed;
[all...]
/freebsd-12-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf29 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
/freebsd-12-stable/sbin/routed/rtquery/
H A Drtquery.c41 #include <protocols/routed.h>
/freebsd-12-stable/contrib/tcpdump/
H A DMakefile.in311 /usr/include/protocols/routed.h
/freebsd-12-stable/sys/net/
H A Dif_ethersubr.c387 ((t = pf_find_mtag(m)) == NULL || !t->routed)) {
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend126 sbin/routed \
127 sbin/routed/rtquery \

Completed in 374 milliseconds