Searched refs:inet6 (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-networking.sh157 echo "ifconfig_${WLAN}_ipv6=\"inet6 accept_rtadv\"" >>${FSMNT}/etc/rc.conf
162 echo "ifconfig_${NIC}_ipv6=\"inet6 accept_rtadv\"" >>${FSMNT}/etc/rc.conf
227 # Make sure we have one inet6 prefix.
228 IF6ARGS=`echo "${NETIP6}" | awk '{ if ("^inet6 ") { print $0; } else
229 { printf "inet6 %s", $0; } }'`
342 ifconfig ${NIC} inet6 -ifdisabled accept_rtadv up
411 rc_halt "ifconfig inet6 ${NIC} ${NETIP} -ifdisabled up"
419 rc_halt "route add -inet6 default ${NETROUTE}"
/freebsd-10.0-release/share/man/man4/
H A DMakefile184 inet6.4 \
/freebsd-10.0-release/contrib/tcpdump/
H A Dconfigure4379 ipv6lib=inet6;
4404 if test -d /usr/inet6 -o -f /usr/include/netinet/ip6.h; then
4406 ipv6lib=inet6
4407 ipv6libdir=/usr/inet6/lib
4409 CFLAGS="-DINET6 -I/usr/inet6/include $CFLAGS"
4423 ipv6lib=inet6;
4459 ipv6lib=inet6;
4578 int passive, gaierr, inet4 = 0, inet6 = 0;
4629 inet6++;
4651 if (!(inet6
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY94 3531870 ipnat.conf parsing needs to support inet6
131 3533779 ipv6 nat rules missing inet6 keyword
134 3532689 ipv6 nat rules do not print inet6
154 3482765 building netbsd kernel without inet6 fails
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure16589 v6type=$i; v6lib=inet6;
16607 v6type=$i; v6lib=inet6;
16641 v6type=$i; v6lib=inet6;
16649 if test -d /usr/inet6; then
16651 v6lib=inet6
16652 v6libdir=/usr/inet6
16798 for ac_lib in "" inet6 ip6; do
/freebsd-10.0-release/contrib/apr/
H A Dconfigure27646 for ac_lib in '' socket inet6; do
27702 for ac_lib in '' socket inet6; do
27758 for ac_lib in '' socket inet6; do

Completed in 224 milliseconds

12