Home
last modified time | relevance | path

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

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