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

  /external/strace/xlat/
socketlayers.in 36 SOL_ALG 279
socketlayers.h 232 #if defined(SOL_ALG) || (defined(HAVE_DECL_SOL_ALG) && HAVE_DECL_SOL_ALG)
234 static_assert((SOL_ALG) == (279), "SOL_ALG != 279");
237 # define SOL_ALG 279
317 XLAT(SOL_ALG),
  /external/wpa_supplicant_8/src/crypto/
crypto_linux.c 21 #ifndef SOL_ALG
22 #define SOL_ALG 279
23 #endif /* SOL_ALG */
71 if (key && setsockopt(s, SOL_ALG, ALG_SET_KEY, key, key_len) < 0) {
294 setsockopt(ctx->s, SOL_ALG, ALG_SET_KEY, key, key_len) < 0) {
428 if (setsockopt(skcipher->s, SOL_ALG, ALG_SET_KEY, key, key_len) < 0) {
467 hdr->cmsg_level = SOL_ALG;
569 hdr->cmsg_level = SOL_ALG;
642 hdr->cmsg_level = SOL_ALG;
703 hdr->cmsg_level = SOL_ALG;
    [all...]
  /external/python/cpython3/Modules/
socketmodule.h 116 # ifndef SOL_ALG
117 # define SOL_ALG 279
socketmodule.c     [all...]
  /bionic/libc/include/sys/
socket.h 288 #define SOL_ALG 279
  /external/strace/
net.c 561 case SOL_ALG:
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 973 milliseconds