lwIP
IP_IS_V4_VAL
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
IP_IS_V4_VAL
IP_IS_V4_VAL macro
Syntax
Show:
Summary
Declaration
from
ip_addr.h:96
#define
IP_IS_V4_VAL
(
ipaddr
)
(
IP_GET_TYPE
(
&
ipaddr
)
==
IPADDR_TYPE_V4
)
Arguments
Argument
ipaddr
Examples
References
from
examples
Code
Location
#define
IP_IS_V4_VAL
(
ipaddr
)
(
IP_GET_TYPE
(
&
ipaddr
)
==
IPADDR_TYPE_V4
)
ip_addr.h:96
#define
IP_IS_V4_VAL
(
ipaddr
)
0
ip_addr.h:352
#define
IP_IS_V4
(
ipaddr
)
(
(
(
ipaddr
)
==
NULL
)
||
IP_IS_V4_VAL
(
*
(
ipaddr
)
)
)
ip_addr.h:100
(
IP_IS_V4_VAL
(
addr
[
0
]
)
&&
ai_family
==
AF_INET6
)
)
{
netdb.c:476
if
(
IP_IS_V4_VAL
(
recv_addr
)
)
{
// Currently we process IPv4
ping_sock.c:147
IP_IS_V4_VAL
(
naddr
)
)
{
sockets.c:2806
if
(
!
IP_IS_V4_VAL
(
uncon_pcb
->
local_ip
)
||
!
ip4_addr_eq
(
ip_2_ip4
(
&
uncon_pcb
->
local_ip
)
,
netif_ip4_addr
(
inp
)
)
)
{
udp.c:271
if
(
IP_IS_V4_VAL
(
pcb
->
local_ip
)
&&
ip4_addr_eq
(
ip_2_ip4
(
&
pcb
->
local_ip
)
,
netif_ip4_addr
(
inp
)
)
)
{
udp.c:273
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