Home
last modified time | relevance | path

Searched refs:th_dport (Results 1 – 5 of 5) sorted by relevance

/openthread-3.7.0/third_party/tcplp/bsdtcp/
Dtcp_subr.c252 th->th_dport = tp->fport; in tcpip_fillheaders()
320 nth->th_sport = thgen->th_dport; in tcp_respond()
321 nth->th_dport = thgen->th_sport; in tcp_respond()
Dtcp.h59 uint16_t th_dport; /* destination port */ member
Dtcp_timewait.c158 nth->th_dport = tp->fport; in tcp_twrespond()
Dtcp_input.c752 if (th->th_dport == th->th_sport && in tcp_input()
/openthread-3.7.0/src/core/net/
Dtcp6.cpp663 aMessageInfo.mSockPort = BigEndian::HostSwap16(tcpHeader->th_dport); in HandleMessage()