ESP-IDF
MACADDR_EQUAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MACADDR_EQUAL
MACADDR_EQUAL macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:32
#define
MACADDR_EQUAL
(
a1
,
a2
)
(
memcmp
(
a1
,
a2
,
MACADDR_LEN
)
)
Arguments
Argument
a1
a2
Examples
References
from
examples
Code
Location
#define
MACADDR_EQUAL
(
a1
,
a2
)
(
memcmp
(
a1
,
a2
,
MACADDR_LEN
)
)
nan_app.c:32
if
(
MACADDR_EQUAL
(
peer_nmi
,
null_mac
)
)
{
nan_app.c:152
if
(
temp
->
svc_id
==
peer_svc_id
&&
!
MACADDR_EQUAL
(
temp
->
peer_nmi
,
peer_nmi_valid
)
)
{
nan_app.c:168
if
(
peer_nmi_valid
&&
!
MACADDR_EQUAL
(
temp
->
peer_nmi
,
peer_nmi_valid
)
)
{
nan_app.c:178
if
(
ndl
->
ndp_id
==
ndp_id
&&
!
MACADDR_EQUAL
(
ndl
->
peer_nmi
,
peer_nmi
)
)
{
nan_app.c:348
if
(
!
MACADDR_EQUAL
(
ndl
->
peer_nmi
,
peer_nmi
)
)
{
nan_app.c:356
if
(
!
MACADDR_EQUAL
(
fup_params
->
peer_mac
,
null_mac
)
)
{
nan_app.c:912
if
(
!
MACADDR_EQUAL
(
req
->
peer_mac
,
null_mac
)
)
{
nan_app.c:984
if
(
!
MACADDR_EQUAL
(
resp
->
peer_mac
,
null_mac
)
)
{
nan_app.c:1030
if
(
!
MACADDR_EQUAL
(
req
->
peer_mac
,
null_mac
)
)
{
nan_app.c:1063
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