Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_socket_test.cpp39 int fd = socket(PF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in ConnectFn()
66 int fd = socket(PF_UNIX, SOCK_SEQPACKET, 0); in RunTest()
/bionic/tests/headers/posix/
Dsys_socket_h.c90 MACRO(SOCK_SEQPACKET); in sys_socket_h()
/bionic/libc/include/sys/
Dsocket.h58 #define SOCK_SEQPACKET 5 macro