Home
last modified time | relevance | path

Searched refs:tentative (Results 1 – 25 of 25) sorted by relevance

/freebsd/tests/sys/netinet6/
H A Dforward6.sh76 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 Dproxy_ndp.sh54 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 Doutput6.sh69 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 Dredirect.sh85 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 Dlpm6.sh55 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 Dfibs6.sh59 while [ `jexec ${jname}a ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
H A Dndp.sh54 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 Dfrag6.subr69 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
/freebsd/sys/netinet6/
H A Dnd6_nbr.c154 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 Dnetwork.subr1764 # 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 Dmbox272 OK, I've attached a tentative patch for the bug, that appears
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td600 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 Dregengine.inc724 static const char * /* where tentative match ended, or NULL */
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td472 // This is a tentative instruction, and will be replaced
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td184 def TentativeDefnCompat : DiagGroup<"tentative-definition-compat">;
H A DDiagnosticSemaKinds.td6191 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 DAttrDocs.td7037 A declaration with this attribute is a non-tentative definition just as if it
/freebsd/contrib/ntp/
H A DChangeLog2360 * [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 DNEWS3574 * Bind tentative IPv6 addresses on Linux
7340 * Bind tentative IPv6 addresses on Linux
H A DCommitLog[all...]
/freebsd/contrib/tzdata/
H A DNEWS663 C89 platforms are documented better, along with a tentative
/freebsd/contrib/tzcode/
H A DNEWS663 C89 platforms are documented better, along with a tentative
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2006 (tentative definitions) in a common block, instead of generating individual
/freebsd/contrib/ncurses/
H A DNEWS13624 tentative mailing list address to bug-ncurses-request@gnu.org (patch
/freebsd/share/dict/
H A Dweb2200178 tentative