Home
last modified time | relevance | path

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

/trueos/usr.sbin/rtadvd/
HDif.h61 int getinet6sysctl(int);
HDrtadvd.c1071 return ((getinet6sysctl(IPV6CTL_FORWARDING) == 0) && in check_accept_rtadv()
1072 (getinet6sysctl(IPV6CTL_ACCEPT_RTADV) == 1)); in check_accept_rtadv()
1721 getinet6sysctl(IPV6CTL_FORWARDING), in ra_output()
1725 if (getinet6sysctl(IPV6CTL_FORWARDING) == 0) { in ra_output()
HDif.c618 getinet6sysctl(int code) in getinet6sysctl() function
/trueos/usr.sbin/rtsold/
HDrtsold.h175 extern int getinet6sysctl(int);
HDif.c341 getinet6sysctl(int code) in getinet6sysctl() function
HDrtsold.c236 if (getinet6sysctl(IPV6CTL_FORWARDING)) in main()
/trueos/usr.sbin/rtadvctl/
HDrtadvctl.c521 if (getinet6sysctl(IPV6CTL_FORWARDING) == 0) { in action_show()
522 if (getinet6sysctl(IPV6CTL_ACCEPT_RTADV)) in action_show()
535 else if (getinet6sysctl(IPV6CTL_FORWARDING)) in action_show()