Home
last modified time | relevance | path

Searched refs:ipv6_available (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dprobe.c55 ipv6_available(void) in ipv6_available() function
74 probe.ipv6_available = ipv6_available() ? 1 : 0; in probe_Init()
76 probe.ipv6_available ? "yes" : "no"); in probe_Init()
H A Dprobe.h32 unsigned ipv6_available : 1; member
H A Dserver.c327 if (probe.ipv6_available) { in server_TcpOpen()
350 if (probe.ipv6_available) { in server_TcpOpen()
H A Dipv6cp.c284 if (probe.ipv6_available) { in ipv6cp_Init()
H A Dbundle.c836 if (probe.ipv6_available) in bundle_Create()
H A Dcommand.c2810 if (add == NEG_ENABLED && opt == OPT_IPV6CP && !probe.ipv6_available) { in OptSet()
/freebsd/libexec/rc/
H A Drc.firewall87 if [ $ipv6_available -eq 0 ]; then
94 [ $ipv6_available -eq 0 ] || return 0
129 ipv6_available=$?
449 if [ $ipv6_available -eq 0 ]; then
457 if [ $ipv6_available -eq 0 ]; then
463 if [ $ipv6_available -eq 0 ]; then
469 if [ $ipv6_available -eq 0 ]; then
/freebsd/sys/dev/usb/net/
H A Dmbim.h585 uint32_t ipv6_available; member
H A Dif_umb.c1857 avail_v4 = le32toh(ic->ipv6_available); in umb_decode_ip_configuration()