Home
last modified time | relevance | path

Searched refs:AF_LOCAL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.4.0/modules/thrift/src/thrift/transport/
DTSSLServerSocket.cpp70 if (-1 == THRIFT_SOCKETPAIR(AF_LOCAL, SOCK_STREAM, 0, sv)) { in listen()
81 if (-1 == THRIFT_SOCKETPAIR(AF_LOCAL, SOCK_STREAM, 0, sv)) { in listen()
/Zephyr-Core-3.4.0/tests/net/socket/socketpair/src/
Dhappy_path.c125 AF_LOCAL, "AF_LOCAL", in ZTEST_USER()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dnet_ip.h58 #define AF_LOCAL PF_LOCAL /**< Inter-process communication */ macro