Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dip6.h85 uint32_t sin6_scope_id; /* scope zone index */ member
/openthread-latest/examples/platforms/simulation/
Dsimul_utils.c129 sockaddr->sin6_scope_id = aIfIndex; // This specifies network interface for link local scope in InitRxSocket()
169 sockaddr.sin6_scope_id = aIfIndex; in InitTxSocketIp6()
/openthread-latest/src/posix/platform/
Dtrel.cpp284 …ntohs(sockAddr.sin6_port), sockAddr.sin6_scope_id, BufferToString(sRxPacketBuffer, sRxPacketLength… in ReceivePacket()
Dudp.cpp97 peerAddr.sin6_scope_id = gNetifIndex; in transmitPacket()
Dinfra_if.cpp242 dest.sin6_scope_id = mInfraIfIndex; in SendIcmp6Nd()