| /freebsd/tests/sys/netinet6/ |
| H A D | forward6.sh | 76 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 79 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 147 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 150 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 222 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 225 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 295 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 298 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 365 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 368 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do [all …]
|
| H A D | proxy_ndp.sh | 54 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 96 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 143 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 181 while [ `jexec ${jname_a} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 194 while [ `jexec ${jname_b} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
|
| H A D | output6.sh | 69 while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 72 while [ `jexec ${jname}a ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 146 while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 149 while [ `jexec ${jname}a ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 222 while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do 225 while [ `jexec ${jname}a ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 322 while [ `jexec ${jname}b ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 325 while [ `jexec ${jname}a ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 464 while [ `jexec ${jname}b ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 467 while [ `jexec ${jname}a ifconfig | grep inet6 | grep -c tentative` != "0" ]; do [all …]
|
| H A D | redirect.sh | 85 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do 88 while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do
|
| H A D | lpm6.sh | 55 while [ `jexec ${jname}b ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 58 while [ `jexec ${jname}a ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
|
| H A D | fibs6.sh | 59 while [ `jexec ${jname}a ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
|
| H A D | ndp.sh | 54 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 94 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do 117 while ${jname} ifconfig ${ifname} inet6 | grep tentative; do
|
| /freebsd/tests/sys/netinet6/frag6/ |
| H A D | frag6.subr | 69 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
|
| /freebsd/sys/netinet6/ |
| H A D | nd6_nbr.c | 154 int lladdrlen, rflag, tentative, tlladdr; in nd6_ns_input() local 299 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE; in nd6_ns_input() 329 if (tentative) { in nd6_ns_input()
|
| /freebsd/libexec/rc/ |
| H A D | network.subr | 1764 # If flag is defined, tentative ones will be excluded. 1776 inet6/fe80:://*tentative*) # w/o flag 1780 inet6/fe80::/*/*tentative*) # w/ flag
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/ |
| H A D | mbox | 272 OK, I've attached a tentative patch for the bug, that appears
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 600 HelpText<"Force tentative into real definitions for common symbols">, 663 …HelpText<"Resolve tentative definitions in dylibs according to <treatment>: ignore_dylibs, use_dyl… 1019 …HelpText<"Warn when a tentative definition in an object file matches an external symbol in a dylib…
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regengine.inc | 724 static const char * /* where tentative match ended, or NULL */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 472 // This is a tentative instruction, and will be replaced
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 184 def TentativeDefnCompat : DiagGroup<"tentative-definition-compat">;
|
| H A D | DiagnosticSemaKinds.td | 6191 Error<"alias definition of %0 after tentative definition">; 7590 "tentative definition of variable with internal linkage has incomplete " 7592 InGroup<DiagGroup<"tentative-definition-incomplete-type">>; 7594 "tentative definition has type %0 that is never completed">; 7596 "tentative array definition assumed to have one element">, 7597 InGroup<DiagGroup<"tentative-definition-array">>;
|
| H A D | AttrDocs.td | 7037 A declaration with this attribute is a non-tentative definition just as if it
|
| /freebsd/contrib/ntp/ |
| H A D | ChangeLog | 2360 * [Bug 1134] from 4.2.6p4-RC1: ntpd fails binding to tentative IPv6 3432 * [Bug 1134] ntpd fails binding to tentative IPv6 addresses.
|
| H A D | NEWS | 3574 * Bind tentative IPv6 addresses on Linux 7340 * Bind tentative IPv6 addresses on Linux
|
| H A D | CommitLog | [all...] |
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 663 C89 platforms are documented better, along with a tentative
|
| /freebsd/contrib/tzcode/ |
| H A D | NEWS | 663 C89 platforms are documented better, along with a tentative
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2006 (tentative definitions) in a common block, instead of generating individual
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 13624 tentative mailing list address to bug-ncurses-request@gnu.org (patch
|
| /freebsd/share/dict/ |
| H A D | web2 | 200178 tentative
|