HomeSort by relevance Sort by last modified time
    Searched refs:MSG_EOR (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c     [all...]
sctp_os_userspace.h 227 #define MSG_EOR 0x8 /* data completes record */
    [all...]
  /external/netperf/
nettest_sctp.c     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 319 public static final int MSG_EOR = placeholder();
    [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 1138 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl));
1140 if (ret > 0 && !(msg.msg_flags & MSG_EOR))
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
usrsctp.h 75 #define MSG_EOR 0x8
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 350 initConstant(env, c, "MSG_EOR", MSG_EOR);
  /prebuilts/sdk/21/
android.jar 

Completed in 531 milliseconds

1 2 34