OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_IFF_TENTATIVE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/ifconfig/
af_inet.c
230
return in_addr_flags(ifa,
IN_IFF_TENTATIVE
);
241
return in_addr_flags(ifa,
IN_IFF_TENTATIVE
| IN_IFF_DETACHED);
/src/sys/netinet/
in_var.h
69
#define
IN_IFF_TENTATIVE
0x01 /* tentative address */
79
(IN_IFF_TRYTENTATIVE |
IN_IFF_TENTATIVE
| IN_IFF_DUPLICATED)
if_arp.c
962
ia->ia4_flags & (
IN_IFF_TENTATIVE
| IN_IFF_DUPLICATED))))
1290
ia->ia4_flags &= ~
IN_IFF_TENTATIVE
;
1295
ia->ia4_flags |=
IN_IFF_TENTATIVE
;
1576
if (!(ia->ia4_flags &
IN_IFF_TENTATIVE
)) {
1584
ia->ia4_flags &= ~
IN_IFF_TENTATIVE
;
1680
if ((ia->ia4_flags &
IN_IFF_TENTATIVE
) == 0 && dp->dad_arp_acount == 0)
1719
ia->ia4_flags &= ~
IN_IFF_TENTATIVE
;
1771
if (ia->ia4_flags & (
IN_IFF_TENTATIVE
|IN_IFF_DUPLICATED)) {
1798
ia->ia4_flags &= ~
IN_IFF_TENTATIVE
;
in.c
1187
ia->ia4_flags &= ~
IN_IFF_TENTATIVE
;
1294
ia->ia4_flags &
IN_IFF_TENTATIVE
&&
1553
ia->ia4_flags |=
IN_IFF_TENTATIVE
;
1554
else if ((ia->ia4_flags &
IN_IFF_TENTATIVE
) == 0)
1558
if (ia->ia4_flags &
IN_IFF_TENTATIVE
) {
1611
~(
IN_IFF_TENTATIVE
| IN_IFF_DUPLICATED);
ip_output.c
2193
else if (ia->ia4_flags & (
IN_IFF_TENTATIVE
| IN_IFF_DETACHED))
Completed in 16 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025