Searched refs:ipv6 (Results 1 - 22 of 22) sorted by relevance

/openwrt/package/network/utils/uqmi/files/lib/netifd/proto/
H A Dqmi.sh20 proto_config_add_boolean ipv6
27 local device apn auth username password pincode delay modes ipv6 dhcp
30 json_get_vars device apn auth username password pincode delay modes ipv6 dhcp
34 if [ "$ipv6" = 0 ]; then
35 ipv6=""
37 ipv6=1
117 [ -n "$ipv6" ] && {
125 --ip-family ipv6`
129 ipv6=""
133 ipv6
[all...]
/openwrt/package/network/utils/comgt/files/
H A Dncm.sh21 proto_config_add_boolean ipv6
29 local device apn auth username password pincode delay mode pdptype ipv6
30 json_get_vars device apn auth username password pincode delay mode pdptype ipv6
32 if [ "$ipv6" = 0 ]; then
33 ipv6=""
35 ipv6=1
39 if [ -n "$ipv6" ]; then
146 [ -n "$ipv6" ] && {
/openwrt/package/network/ipv6/thc-ipv6/
H A DMakefile10 PKG_NAME:=thc-ipv6
40 define Package/thc-ipv6-$(subst _,-,$(1))
49 define Package/thc-ipv6-$(subst _,-,$(1))/description
53 define Package/thc-ipv6-$(subst _,-,$(1))/install
58 $$(eval $$(call BuildPackage,thc-ipv6-$(subst _,-,$(1))))
/openwrt/package/network/services/ppp/files/
H A Dppp.sh77 proto_config_add_string ipv6
88 json_get_vars ipv6 demand keepalive keepalive_adaptive username password pppd_options pppname unnumbered
89 if [ "$ipv6" = 0 ]; then
90 ipv6=""
91 elif [ -z "$ipv6" -o "$ipv6" = auto ]; then
92 ipv6=1
128 ${ipv6:++ipv6} \
137 ipv6
[all...]
/openwrt/package/base-files/files/etc/
H A Dsysctl.conf17 net.ipv6.conf.default.forwarding=1
18 net.ipv6.conf.all.forwarding=1
/openwrt/toolchain/wrapper/
H A DMakefile43 $(call toolchain_test,CONFIG_IPV6,ipv6)
/openwrt/package/network/services/omcproxy/files/
H A Domcproxy.init66 json_add_string family ipv6
97 json_add_string family ipv6
/openwrt/package/network/utils/owipcalc/
H A DMakefile26 partition ipv6-prefixes into small subnets or to calculate address ranges
/openwrt/package/network/ipv6/odhcp6c/files/
H A Ddhcpv6.script186 HOPLIMIT=$(cat /proc/sys/net/ipv6/conf/$device/hop_limit)
187 [ -n "$RA_HOPLIMIT" -a -n "$HOPLIMIT" ] && [ "$RA_HOPLIMIT" -gt "$HOPLIMIT" ] && echo "$RA_HOPLIMIT" > /proc/sys/net/ipv6/conf/$device/hop_limit
188 [ -n "$RA_MTU" ] && [ "$RA_MTU" -ge 1280 ] && echo "$RA_MTU" > /proc/sys/net/ipv6/conf/$device/mtu 2>/dev/null
189 [ -n "$RA_REACHABLE" ] && [ "$RA_REACHABLE" -gt 0 ] && echo "$RA_REACHABLE" > /proc/sys/net/ipv6/neigh/$device/base_reachable_time_ms
190 [ -n "$RA_RETRANSMIT" ] && [ "$RA_RETRANSMIT" -gt 0 ] && echo "$RA_RETRANSMIT" > /proc/sys/net/ipv6/neigh/$device/retrans_time_ms
/openwrt/package/network/utils/tcpdump/
H A DMakefile53 --enable-ipv6
/openwrt/package/libs/libpcap/
H A DMakefile70 --enable-ipv6
/openwrt/include/
H A Dversion.mk61 -IPV6:no-ipv6 \
H A Dnetfilter.mk13 P_V6:=ipv6/netfilter/
162 # ipv6 extra
/openwrt/package/kernel/linux/modules/
H A Dnetsupport.mk164 FILES:=$(LINUX_DIR)/net/ipv6/ip6_udp_tunnel.ko
352 ipv6/ah6 \
353 ipv6/esp6 \
354 ipv6/xfrm6_mode_beet \
355 ipv6/xfrm6_mode_transport \
356 ipv6/xfrm6_mode_tunnel \
357 ipv6/xfrm6_tunnel \
358 ipv6/ipcomp6 \
429 FILES:=$(LINUX_DIR)/net/ipv6/ip6_vti.ko
463 FILES:=$(LINUX_DIR)/net/ipv6/tunnel
[all...]
H A Dnetfilter.mk563 This module is usable for ipv4 and ipv6.
705 define KernelPackage/ebtables-ipv6
713 define KernelPackage/ebtables-ipv6/description
718 $(eval $(call KernelPackage,ebtables-ipv6))
/openwrt/package/network/services/ppp/
H A DMakefile59 /etc/ppp/ipv6-down
60 /etc/ppp/ipv6-up
/openwrt/package/base-files/files/bin/
H A Dconfig_generate128 set network.$1.ipv6='auto'
/openwrt/package/network/utils/curl/
H A DMakefile116 $(call autoconf_bool,CONFIG_IPV6,ipv6) \
/openwrt/scripts/
H A Dext-toolchain.sh131 ipv6) grep -q '__UCLIBC_HAS_IPV6__ 1' "$conf"; return $?;;
341 if test_feature "ipv6"; then
555 echo -e " 'lfs', 'rpc', 'ipv6', 'wchar', 'locale' and " >&2
/openwrt/package/network/utils/iptables/
H A DMakefile262 This module is usable for ipv4 and ipv6.
447 $(if $(CONFIG_IPV6),,--disable-ipv6)
/openwrt/
H A Drules.mk318 DISABLE_IPV6:=--disable-ipv6
/openwrt/target/linux/gemini/files/drivers/net/ethernet/gemini/
H A Dsl351x.c39 #include <linux/ipv6.h>

Completed in 256 milliseconds