Home
last modified time | relevance | path

Searched refs:fport (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/src/core/net/
Dtcp6.cpp145 temp.mPort = BigEndian::HostSwap16(tp.fport); in GetPeerAddress()
188 tp.fport = BigEndian::HostSwap16(aSockName.mPort); in Connect()
209 sin6p.sin6_port = tp.fport; in SendByReference()
237 sin6p.sin6_port = tp.fport; in SendByExtension()
531 VerifyOrExit(tp->fport == BigEndian::HostSwap16(aMessageInfo.GetPeerPort())); in Matches()
/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dtcp_timewait.c158 nth->th_dport = tp->fport; in tcp_twrespond()
Dtcp_subr.c252 th->th_dport = tp->fport; in tcpip_fillheaders()
Dtcp_usrreq.c68 tp->fport = sin6->sin6_port; in in6_pcbconnect()
Dtcp_var.h199 uint16_t fport; // foreign port, network byte order member
Dtcp_input.c848 tp->fport = th->th_sport; in tcp_input()