Constant CTL_MAXNAME
pub const CTL_MAXNAME: i32 = 10;
Available on crate feature
dep_nc
only.Expand description
how many path components do we allow in a call to sysctl
In other words, what is the largest acceptable value for the nlen member
of a struct sysctl_args_t
to have?