lwIP
ip_hdr::_proto
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
ip_hdr::_proto
ip_hdr::_proto field
Syntax
Show:
Summary
Declaration
from
ip4.h:91
u8_t
_proto
;
Examples
References
from
examples
Code
Location
Referrer
PACK_STRUCT_FLD_8
(
u8_t
_proto
)
;
ip4.h:91
if
(
IPH_PROTO
(
iphdr
)
!=
IP_PROTO_ICMP
)
{
ip4.c:326
ip4_forward()
switch
(
IPH_PROTO
(
iphdr
)
)
{
ip4.c:354
ip4_forward()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_UDP
)
{
ip4.c:654
ip4_input()
switch
(
IPH_PROTO
(
iphdr
)
)
{
ip4.c:773
ip4_input()
IPH_PROTO_SET
(
iphdr
,
proto
)
;
ip4.c:985
ip4_output_if_opt_src()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_ICMP
)
{
ip4_napt.c:762
ip_napt_recv()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_TCP
)
{
ip4_napt.c:777
ip_napt_recv()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_UDP
)
{
ip4_napt.c:830
ip_napt_recv()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_ICMP
)
{
ip4_napt.c:865
ip_napt_forward()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_TCP
)
{
ip4_napt.c:879
ip_napt_forward()
if
(
IPH_PROTO
(
iphdr
)
==
IP_PROTO_UDP
)
{
ip4_napt.c:938
ip_napt_forward()
proto
=
IPH_PROTO
(
(
struct
ip_hdr
*
)
p
->
payload
)
;
raw.c:158
raw_input()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ip_hdr::_proto
is written by 1 function and is read by 5 functions:
ip4_output_if_opt_src()
All items filtered out
ip_hdr::_proto
raw_input()
ip4_forward()
ip4_input()
ip_napt_recv()
ip_napt_forward()
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