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

  /external/strace/
net.c 79 #ifndef SOCK_TYPE_MASK
80 # define SOCK_TYPE_MASK 0xf
125 const char *str = xlookup(socktypes, flags & SOCK_TYPE_MASK);
128 print_xlat_ex(flags & SOCK_TYPE_MASK, str, XLAT_STYLE_DEFAULT);
129 flags &= ~SOCK_TYPE_MASK;
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.cpp 378 constexpr int SOCK_TYPE_MASK = 0xf;
381 if ((in_type & SOCK_TYPE_MASK) == SOCK_STREAM) {
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go     [all...]

Completed in 244 milliseconds