Searched refs:fib (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11.0-release/etc/rc.d/
H A Djail204 extract_var $_jv fib exec.fib - ""
/freebsd-11.0-release/sys/net/
H A Drtsock.c236 /* Check if it is a rts and the fib matches the one of the socket. */
1826 int fib = 0; local
1836 fib = req->td->td_proc->p_fibnum;
1838 fib = (name[3] == RT_ALL_FIBS) ?
1842 if (fib < 0 || fib >= rt_numfibs)
1891 rnh = rt_tables_get_rnh(fib, i);
H A Droute.c33 * Note: In this file a 'fib' is a "forwarding information base" *
108 * always work given the fib can be overridden and prefixes can be added
189 /* rnh is [fib=0][af=0]. */
907 * Lookups up route entry for @dst in RIB database for fib @fibnum.
961 * @setwa_f function prior to traversing each fib.
962 * Calls @wa_f function for each element in current fib.
1266 * Look up rt_addrinfo for a specific fib. Note that if rti_ifa is defined,
2065 * requested action. Realistically, this will either be fib 0
2213 int fib = RT_DEFAULT_FIB; local
2225 fib
[all...]
/freebsd-11.0-release/sys/netinet/
H A Dip_fw.h248 O_FIB, /* arg1=FIB desired fib number */
641 * fib is used in the kernel to record the fib in use.
649 uint8_t fib; member in struct:ipfw_flow_id
826 uint32_t fib; /* O_SETFIB */ member in struct:_ipfw_table_value
/freebsd-11.0-release/usr.sbin/jail/
H A Dcommand.c283 int argc, bg, clean, consfd, down, fib, i, injail, sjuser, timeout; local
695 if (int_param(j->intparams[IP_EXEC_FIB], &fib) &&
696 setfib(fib) < 0) {
/freebsd-11.0-release/sbin/ipfw/
H A Dtables.c90 { "fib", IPFW_VTYPE_FIB },
1435 v->fib = val;
1478 * vmask = "fib,skipto" -> treat input "1" as "1,1"
1518 v->fib = strtol(n, &e, 10);
1520 etype = "fib";
1758 l = snprintf(buf, sz, "%u,", v->fib);
1938 uint32_t fib; /* O_SETFIB */ member in struct:_table_value
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_log.c360 TARG(cmd->arg1, fib) & 0x7FFF);
H A Dip_fw_private.h298 uint32_t fib; /* O_SETFIB */ member in struct:table_value
H A Dip_fw_dynamic.c743 id.fib = M_GETFIB(args->m);
848 M_SETFIB(m, id->fib);

Completed in 99 milliseconds

12