Lines Matching refs:otTcpEndpoint
98 static void HandleTcpEstablishedCallback(otTcpEndpoint *aEndpoint);
99 static void HandleTcpSendDoneCallback(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
100 …static void HandleTcpForwardProgressCallback(otTcpEndpoint *aEndpoint, size_t aInSendBuffer, size_…
101 static void HandleTcpReceiveAvailableCallback(otTcpEndpoint *aEndpoint,
105 …static void HandleTcpDisconnectedCallback(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReaso…
108 … otTcpEndpoint **aAcceptInto);
110 otTcpEndpoint *aEndpoint,
113 void HandleTcpEstablished(otTcpEndpoint *aEndpoint);
114 void HandleTcpSendDone(otTcpEndpoint *aEndpoint, otLinkedBuffer *aData);
115 void HandleTcpForwardProgress(otTcpEndpoint *aEndpoint, size_t aInSendBuffer, size_t aBacklog);
116 void HandleTcpReceiveAvailable(otTcpEndpoint *aEndpoint,
120 void HandleTcpDisconnected(otTcpEndpoint *aEndpoint, otTcpDisconnectedReason aReason);
123 otTcpEndpoint **aAcceptInto);
124 …void HandleTcpAcceptDone(otTcpListener *aListener, otTcpEndpoint *aEndpoint, const otSockAddr *aPe…
132 otTcpEndpoint mEndpoint;