Searched refs:inet6 (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dorg.isc.bind.system22 /sbin/ifconfig lo0 inet6 fd92:7065:b8e:ffff::$ns alias
H A Difconfig.sh94 /sbin/ifconfig lo0:$int6 inet6 plumb
96 inet6 fd92:7065:b8e:ffff::$ns up
101 ifconfig lo inet6 add fd92:7065:b8e:ffff::$ns/64
105 ifconfig lo0 inet6 fd92:7065:b8e:ffff::$ns alias
109 ifconfig lo0 inet6 fd92:7065:b8e:ffff::$ns alias
113 ifconfig lo0 inet6 fd92:7065:b8e:ffff::$ns alias
129 ifconfig lo0 inet6 alias -dad fd92:7065:b8e:ffff::$ns/64
133 ifconfig lo0:$int inet6 fd92:7065:b8e:ffff::$ns up
140 ifconfig lo0 inet6 fd92:7065:b8e:ffff::$ns alias
170 ifconfig lo0:$int6 inet6 dow
[all...]
/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dipv6-up.sample13 CFGFILE=/usr/inet6/etc/radvd.conf-$DEVICE
16 if [ -x /usr/inet6/sbin/radvd && -f $CFGFILE ]; then
31 /usr/inet6/sbin/radvd -d 1 -C $CFGFILE &
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man4/
H A DMakefile23 inet6.4 \
/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A Dfiles77 OPTIONS/inet6 optional inet6
234 bsd/net/ether_inet6_pr_module.c optional ether inet6
350 bsd/netinet6/dest6.c optional inet6
351 bsd/netinet6/frag6.c optional inet6
352 bsd/netinet6/icmp6.c optional inet6
353 bsd/netinet6/in6.c optional inet6
354 bsd/netinet6/in6_cga.c optional inet6 ipv6send
355 bsd/netinet6/in6_cksum.c optional inet6
356 bsd/netinet6/in6_gif.c optional gif inet6
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dextconf.rb71 idirs, ldirs = dir_config("inet6", %w[/usr/inet6 /usr/local/v6].find {|d| File.directory?(d)})
76 have_library(ipv6lib = "inet6")
79 have_library(ipv6lib = "inet6") and "toshiba"
83 have_library(ipv6lib = "inet6") and "zeta"
87 --with-inet6lib and --with-inet6-{include,lib} options instead.
91 elsif have_library("inet6")
92 "inet6"
275 int passive, gaierr, inet4 = 0, inet6 = 0;
300 inet6
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dresolv.vim47 syn match resolvOption /\<\%(debug\|no_tld_query\|rotate\|no-check-names\|inet6\)\>/ contained nextgroup=resolvOption skipwhite
H A Dsshdconfig.vim29 syn keyword sshdconfigAddressFamily any inet inet6
H A Dwget.vim100 syn match wgetCommand "^\s*inet6[-_]\=only" contained
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/
H A DLDAP.pm143 if ($arg->{inet6}) {
171 require IO::Socket::INET6 if ($arg->{inet6});
173 IO::Socket::SSL->import(qw/inet6/) if ($arg->{inet6});
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c75 si_inet_config(uint32_t *inet4, uint32_t *inet6) argument
129 if (inet6 != NULL) *inet6 = net_v6_count;
H A Dsi_module.h370 int si_inet_config(uint32_t *inet4, uint32_t *inet6);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_proto.c507 SYSCTL_NODE(_net, PF_INET6, inet6,
510 /* net.inet6 */
524 /* net.inet6.ip6 */
643 /* net.inet6.icmp6 */
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dconfigure4971 ipv6lib=inet6;
5000 if test -d /usr/inet6 -o -f /usr/include/netinet/ip6.h; then
5002 ipv6lib=inet6
5003 ipv6libdir=/usr/inet6/lib
5005 CFLAGS="-DINET6 -I/usr/inet6/include $CFLAGS"
5023 ipv6lib=inet6;
5067 ipv6lib=inet6;
5217 int passive, gaierr, inet4 = 0, inet6 = 0;
5268 inet6++;
5290 if (!(inet6
[all...]
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure15602 v6type=$i; v6lib=inet6;
15620 v6type=$i; v6lib=inet6;
15654 v6type=$i; v6lib=inet6;
15662 if test -d /usr/inet6; then
15664 v6lib=inet6
15665 v6libdir=/usr/inet6
15811 for ac_lib in "" inet6 ip6; do
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm161 # inet4|inet6|debug will be handeled by myself, everything
171 @caller_force_inet4 = caller(); # save for warnings for 'inet6' case
172 } elsif ( /^inet6$/i ) {
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dconfigure10935 for ipv6_cv_dir in /usr/local/v6 /usr/inet6 no; do
11285 for ipv6_cv_dir in /usr/local/v6 /usr/inet6 no; do
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/
H A Dconfigure11961 for ipv6_cv_dir in /usr/local/v6 /usr/inet6 no; do
12297 for ipv6_cv_dir in /usr/local/v6 /usr/inet6 no; do
12655 for ipv6_cv_dir in /usr/local/v6 /usr/inet6 no; do
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dconfigure34139 for ac_lib in '' socket inet6; do
34195 for ac_lib in '' socket inet6; do
34251 for ac_lib in '' socket inet6; do
[all...]
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure34136 for ac_lib in '' socket inet6; do
34192 for ac_lib in '' socket inet6; do
34248 for ac_lib in '' socket inet6; do
[all...]

Completed in 542 milliseconds