Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c103 otSockAddr foreign; in tcp6_connect() local
106 memcpy(&foreign.mAddress, &nam->sin6_addr, sizeof(foreign.mAddress)); in tcp6_connect()
107 foreign.mPort = ntohs(nam->sin6_port); in tcp6_connect()
117 if (!tcplp_sys_autobind(tp->instance, &foreign, &local, autobind_addr, autobind_port)) { in tcp6_connect()
/openthread-latest/
DSTYLE_GUIDE.md59 …sor directive should be avoided and shall never be used to undefine a symbol from a foreign module.