LwIP
tcp_hdr::src
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
STM32 Libraries and Samples
LwIP
tcp_hdr::src
tcp_hdr::src field
Syntax
Show:
Summary
Declaration
from
tcp.h:57
u16_t
src
;
Examples
References
from
examples
Code
Location
Referrer
PACK_STRUCT_FIELD
(
u16_t
src
)
;
tcp.h:57
tcphdr
->
src
=
lwip_ntohs
(
tcphdr
->
src
)
;
tcp_in.c:228
tcp_input()
if
(
pcb
->
remote_port
==
tcphdr
->
src
&&
tcp_in.c:262
tcp_input()
if
(
pcb
->
remote_port
==
tcphdr
->
src
&&
tcp_in.c:295
tcp_input()
ip_current_src_addr
(
)
,
tcphdr
->
dest
,
tcphdr
->
src
)
;
tcp_in.c:580
tcp_input()
ip_current_src_addr
(
)
,
tcphdr
->
dest
,
tcphdr
->
src
)
;
tcp_in.c:650
tcp_listen_input()
npcb
->
remote_port
=
tcphdr
->
src
;
tcp_in.c:679
tcp_listen_input()
ip_current_src_addr
(
)
,
tcphdr
->
dest
,
tcphdr
->
src
)
;
tcp_in.c:759
tcp_timewait_input()
ip_current_src_addr
(
)
,
tcphdr
->
dest
,
tcphdr
->
src
)
;
tcp_in.c:912
tcp_process()
ip_current_src_addr
(
)
,
tcphdr
->
dest
,
tcphdr
->
src
)
;
tcp_in.c:972
tcp_process()
seg
->
tcphdr
->
src
=
lwip_htons
(
pcb
->
local_port
)
;
tcp_out.c:197
tcp_create_segment()
tcphdr
->
src
=
lwip_htons
(
src_port
)
;
tcp_out.c:1830
tcp_output_alloc_header_common()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tcp_hdr::src
is written by 3 functions and is read by 4 functions:
tcp_input()
tcp_create_segment()
tcp_output_alloc_header_common()
All items filtered out
tcp_hdr::src
tcp_input()
tcp_listen_input()
tcp_timewait_input()
tcp_process()
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