Altera_Forum
Honored Contributor
19 years agosysctl() not supported?
Is sysctl() in FreeBSD not supported in this port of eCos? I write some code to check the ip forwarding status: len = 4; sysctlnametomib("pf.inet.ip.forwarding", mib, &len); len ...