OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_IFF_DUPLICATED
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/dhcpcd/dist/src/
arp.h
48
#ifdef
IN_IFF_DUPLICATED
ipv4.h
71
# define
IN_IFF_DUPLICATED
0x02
77
(IN_IFF_TENTATIVE |
IN_IFF_DUPLICATED
| IN_IFF_DETACHED)
ipv4ll.c
380
#ifdef
IN_IFF_DUPLICATED
381
if (ia != NULL && ia->addr_flags &
IN_IFF_DUPLICATED
) {
401
#ifdef
IN_IFF_DUPLICATED
561
#ifdef
IN_IFF_DUPLICATED
568
else if (ia->addr_flags &
IN_IFF_DUPLICATED
) {
dhcp.c
2082
#if defined(ARP) || defined(
IN_IFF_DUPLICATED
)
2148
#if defined(ARP) || defined(
IN_IFF_DUPLICATED
)
2162
#ifndef
IN_IFF_DUPLICATED
2196
#ifdef
IN_IFF_DUPLICATED
2209
#ifdef
IN_IFF_DUPLICATED
2629
} else if (ia->addr_flags &
IN_IFF_DUPLICATED
)
3128
#ifdef
IN_IFF_DUPLICATED
3428
#ifdef
IN_IFF_DUPLICATED
3430
if (ia && ia->addr_flags &
IN_IFF_DUPLICATED
) {
4174
#ifdef
IN_IFF_DUPLICATED
[
all
...]
/src/sys/netinet/
in_var.h
70
#define
IN_IFF_DUPLICATED
0x02 /* DAD detected duplicate */
79
(IN_IFF_TRYTENTATIVE | IN_IFF_TENTATIVE |
IN_IFF_DUPLICATED
)
if_arp.c
963
ia->ia4_flags & (IN_IFF_TENTATIVE |
IN_IFF_DUPLICATED
))))
1677
if (ia->ia4_flags &
IN_IFF_DUPLICATED
) {
1774
if (ia->ia4_flags & (IN_IFF_TENTATIVE|
IN_IFF_DUPLICATED
)) {
1802
if ((ia->ia4_flags &
IN_IFF_DUPLICATED
) == 0) {
1803
ia->ia4_flags |=
IN_IFF_DUPLICATED
;
in.c
1181
if (ia->ia4_flags &
IN_IFF_DUPLICATED
) {
1182
ia->ia4_flags &= ~
IN_IFF_DUPLICATED
;
1560
ia->ia4_flags &= ~
IN_IFF_DUPLICATED
;
1611
~(IN_IFF_TENTATIVE |
IN_IFF_DUPLICATED
);
in_pcb.c
346
if (ia->ia4_flags &
IN_IFF_DUPLICATED
)
ip_output.c
2191
if (ia->ia4_flags &
IN_IFF_DUPLICATED
)
/src/sys/net/npf/
npf_ext_route.c
224
if (ia->ia4_flags &
IN_IFF_DUPLICATED
)
Completed in 24 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026