Home
last modified time | relevance | path

Searched refs:IPCTL_FORWARDING (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/netinet/
H A Din.h660 #define IPCTL_FORWARDING 1 /* act as router */ macro
H A Dip_input.c115 { IPCTL_FORWARDING, &ip_forwarding, 0, 2 },
1816 case IPCTL_FORWARDING: in ip_sysctl()
/openbsd-src/usr.sbin/ripd/
H A Dripd.c158 mib[3] = IPCTL_FORWARDING; in main()
/openbsd-src/usr.sbin/eigrpd/
H A Deigrpd.c172 mib[3] = IPCTL_FORWARDING; in main()
/openbsd-src/usr.sbin/ospf6d/
H A Dospf6d.c168 mib[3] = IPCTL_FORWARDING; in main()
/openbsd-src/usr.sbin/ospfd/
H A Dospfd.c169 mib[3] = IPCTL_FORWARDING; in main()
/openbsd-src/libexec/snmpd/snmpd_metrics/
H A Dmib.c2580 int mib[] = { CTL_NET, PF_INET, IPPROTO_IP, IPCTL_FORWARDING }; in mib_ipforwarding()