HomeSort by relevance Sort by last modified time
    Searched refs:datagram (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/ssl/test/
async_bio.cc 28 bool datagram; member in struct:__anon4832::AsyncBio
46 if (a->datagram) {
60 if (!a->datagram && (size_t)inl > a->write_quota) {
67 a->write_quota -= (a->datagram ? 1 : ret);
86 if (!a->datagram && (size_t)outl > a->read_quota) {
93 a->read_quota -= (a->datagram ? 1 : ret);
162 GetData(ret.get())->datagram = true;
  /external/openssh/
channels.h 156 int datagram; member in struct:Channel
channels.c     [all...]
serverloop.c 1056 c->datagram = 1;
    [all...]
clientloop.c     [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 81 DATAGRAM,
265 || (mState == DATAGRAM && !mOutFragments.empty()));
269 if (mState == DATAGRAM) {
552 if (mState == DATAGRAM) {
558 const sp<ABuffer> &datagram = frag.mBuffer; local
562 n = send(mSocket, datagram->data(), datagram->size(), 0);
589 notifyError(true /* send */, err, "Send datagram failed.");
593 ALOGE("Send datagram failed, %d/%d retries left",
693 CHECK(mState == CONNECTED || mState == DATAGRAM);
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services
78 Flow state, including lifetime, is propagated along datagram path

Completed in 120 milliseconds