Home
last modified time | relevance | path

Searched refs:tentative (Results 1 – 23 of 23) 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 Dndp.sh53 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
93 while [ `jexec ${jname} ifconfig | grep inet6 | grep -c tentative` != "0" ]; do
116 while ${jname} ifconfig ${ifname} inet6 | grep tentative; do
H A Dredirect.sh89 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
92 while [ `jexec ${jname}b 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
/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.c138 int anycast, lladdrlen, proxy, rflag, tentative, tlladdr; in nd6_ns_input() local
280 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE; in nd6_ns_input()
310 if (tentative) { in nd6_ns_input()
/freebsd/libexec/rc/
H A Dnetwork.subr1744 # If flag is defined, tentative ones will be excluded.
1756 inet6/fe80:://*tentative*) # w/o flag
1760 inet6/fe80::/*/*tentative*) # w/ flag
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td547 HelpText<"Force tentative into real definitions for common symbols">,
610 …HelpText<"Resolve tentative definitions in dylibs according to <treatment>: ignore_dylibs, use_dyl…
972 …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.td471 // This is a tentative instruction, and will be replaced
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td5960 Error<"alias definition of %0 after tentative definition">;
7230 "tentative definition of variable with internal linkage has incomplete non-array type %0">,
7231 InGroup<DiagGroup<"tentative-definition-incomplete-type">>;
7233 "tentative definition has type %0 that is never completed">;
7235 "tentative array definition assumed to have one element">,
7236 InGroup<DiagGroup<"tentative-definition-array">>;
H A DAttrDocs.td6222 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/tzcode/
H A DNEWS291 C89 platforms are documented better, along with a tentative
/freebsd/contrib/tzdata/
H A DNEWS394 C89 platforms are documented better, along with a tentative
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1994 (tentative definitions) in a common block, instead of generating individual
/freebsd/contrib/ncurses/
H A DNEWS13055 tentative mailing list address to bug-ncurses-request@gnu.org (patch
/freebsd/share/dict/
H A Dweb2200178 tentative