lwIP
ip4_addr_net_eq
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
ip4_addr_net_eq
ip4_addr_net_eq macro
Determine if two address are on the same network. @arg addr1 IP address 1 @arg addr2 IP address 2 @arg mask network identifier mask
Syntax
Show:
Summary
Declaration
from
ip4_addr.h:146
#define
ip4_addr_net_eq
(
addr1
,
addr2
,
mask
)
(
(
(
addr1
)
->
addr
&
\
(
mask
)
->
addr
)
==
\
(
(
addr2
)
->
addr
&
\
(
mask
)
->
addr
)
)
Arguments
Argument
addr1
addr2
mask
Return value
!0 if the network identifiers of both address match
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out