Searched refs:ipv6_available (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/usr.sbin/ppp/
H A Dprobe.h32 unsigned ipv6_available : 1; member in struct:probe
H A Dprobe.c55 ipv6_available(void) function
74 probe.ipv6_available = ipv6_available() ? 1 : 0;
76 probe.ipv6_available ? "yes" : "no");
H A Dserver.c327 if (probe.ipv6_available) {
350 if (probe.ipv6_available) {
H A Dipv6cp.c284 if (probe.ipv6_available) {
H A Dbundle.c839 if (probe.ipv6_available)
H A Dcommand.c2801 if (add == NEG_ENABLED && opt == OPT_IPV6CP && !probe.ipv6_available) {
/freebsd-10.3-release/etc/
H A Drc.firewall88 if [ $ipv6_available -eq 0 ]; then
95 [ $ipv6_available -eq 0 ] || return 0
122 ipv6_available=$?
445 if [ $ipv6_available -eq 0 ]; then
453 if [ $ipv6_available -eq 0 ]; then
459 if [ $ipv6_available -eq 0 ]; then
465 if [ $ipv6_available -eq 0 ]; then

Completed in 174 milliseconds