OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN6_IFF_TENTATIVE
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
ipv6.h
121
# define
IN6_IFF_TENTATIVE
0x02
127
(
IN6_IFF_TENTATIVE
| IN6_IFF_DUPLICATED | IN6_IFF_DETACHED)
149
# define
IN6_IFF_TENTATIVE
(IFA_F_TENTATIVE | IFA_F_OPTIMISTIC)
151
# define
IN6_IFF_TENTATIVE
(IFA_F_TENTATIVE | 0x04)
ipv6.c
646
if (!(flags &
IN6_IFF_TENTATIVE
)) {
1264
ia->addr_flags &
IN6_IFF_TENTATIVE
)
1282
(IN6_IFF_DETACHED |
IN6_IFF_TENTATIVE
)) == 0 ||
1568
if (ia->addr_flags &
IN6_IFF_TENTATIVE
) {
1693
ia->addr_flags |=
IN6_IFF_TENTATIVE
;
1916
(IN6_IFF_DETACHED |
IN6_IFF_TENTATIVE
)) == 0 ||
if-bsd.c
1095
if (ia->addr_flags &
IN6_IFF_TENTATIVE
)
1096
ifa.ifra_flags |=
IN6_IFF_TENTATIVE
;
ipv6nd.c
767
IN6_IFF_TENTATIVE
))
1029
if (ipv6_iffindaddr(ifp, &from->sin6_addr,
IN6_IFF_TENTATIVE
)) {
dhcp6.c
2979
IN6_IFF_TENTATIVE
))
/src/sys/netinet6/
nd6_nbr.c
281
tentative = ((struct in6_ifaddr *)ifa)->ia6_flags &
IN6_IFF_TENTATIVE
;
717
if (((struct in6_ifaddr *)ifa)->ia6_flags &
IN6_IFF_TENTATIVE
) {
1224
if (!(ia->ia6_flags &
IN6_IFF_TENTATIVE
)) {
1233
ia->ia6_flags &= ~
IN6_IFF_TENTATIVE
;
1336
if ((ia->ia6_flags &
IN6_IFF_TENTATIVE
) == 0) {
1367
ia->ia6_flags &= ~
IN6_IFF_TENTATIVE
;
1404
ia->ia6_flags &= ~
IN6_IFF_TENTATIVE
;
in6_var.h
401
#define
IN6_IFF_TENTATIVE
0x02 /* tentative address */
417
#define IN6_IFF_NOTREADY (
IN6_IFF_TENTATIVE
|IN6_IFF_DUPLICATED)
in6.c
707
(ifra->ifra_flags &
IN6_IFF_TENTATIVE
) != 0 ||
1288
was_tentative = ia->ia6_flags & (
IN6_IFF_TENTATIVE
|IN6_IFF_DUPLICATED);
1299
ia->ia6_flags &= ~
IN6_IFF_TENTATIVE
;
1302
ia->ia6_flags |=
IN6_IFF_TENTATIVE
;
1387
(ia->ia6_flags &
IN6_IFF_TENTATIVE
))
2235
ia->ia6_flags |=
IN6_IFF_TENTATIVE
;
2239
} else if ((ia->ia6_flags &
IN6_IFF_TENTATIVE
) == 0)
2243
if (ia->ia6_flags &
IN6_IFF_TENTATIVE
) {
2320
~(
IN6_IFF_TENTATIVE
| IN6_IFF_DUPLICATED);
mld6.c
567
ignflags = (IN6_IFF_NOTREADY|IN6_IFF_ANYCAST) & ~
IN6_IFF_TENTATIVE
;
574
if ((ia->ia6_flags &
IN6_IFF_TENTATIVE
)) {
in6_src.c
137
(((ia)->ia6_flags & (
IN6_IFF_TENTATIVE
| IN6_IFF_DETACHED)) == 0)
nd6.c
1140
ia->ia6_flags |=
IN6_IFF_TENTATIVE
;
ip6_output.c
3354
else if (ia6->ia6_flags &
IN6_IFF_TENTATIVE
)
/src/sbin/ifconfig/
af_inet6.c
458
return in6_addr_flags(ifa,
IN6_IFF_TENTATIVE
);
465
return in6_addr_flags(ifa,
IN6_IFF_TENTATIVE
| IN6_IFF_DETACHED);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
posix.c
202
if (flags & (IN6_IFF_ANYCAST |
IN6_IFF_TENTATIVE
| IN6_IFF_DETACHED | IN6_IFF_TEMPORARY)) {
/src/external/bsd/ntp/dist/ntpd/
ntp_io.c
1632
#ifdef
IN6_IFF_TENTATIVE
1633
flags |=
IN6_IFF_TENTATIVE
;
Completed in 46 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026