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

  /system/core/libcutils/
socket_local_server.c 47 #define SOCK_TYPE_MASK 0xf
112 if ((type & SOCK_TYPE_MASK) == SOCK_STREAM) {
  /external/strace/
net.c 101 #ifndef SOCK_TYPE_MASK
102 # define SOCK_TYPE_MASK 0xf
496 const char *str = xlookup(socktypes, flags & SOCK_TYPE_MASK);
500 flags &= ~SOCK_TYPE_MASK;

Completed in 89 milliseconds