Searched refs:getinet6sysctl (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/usr.sbin/rtadvd/
H A Dif.c638 getinet6sysctl(int code) function
H A Dif.h61 int getinet6sysctl(int);
H A Drtadvd.c1058 return ((getinet6sysctl(IPV6CTL_FORWARDING) == 0) &&
1059 (getinet6sysctl(IPV6CTL_ACCEPT_RTADV) == 1));
1708 getinet6sysctl(IPV6CTL_FORWARDING),
1712 if (getinet6sysctl(IPV6CTL_FORWARDING) == 0) {
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c522 if (getinet6sysctl(IPV6CTL_FORWARDING) == 0) {
523 if (getinet6sysctl(IPV6CTL_ACCEPT_RTADV))
536 else if (getinet6sysctl(IPV6CTL_FORWARDING))
/freebsd-11-stable/usr.sbin/rtsold/
H A Dif.c336 getinet6sysctl(int code) function
H A Drtsold.c223 if (getinet6sysctl(IPV6CTL_FORWARDING))
H A Drtsold.h175 extern int getinet6sysctl(int);

Completed in 148 milliseconds