Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

sysctl() 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 ...