Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_socket_test.cpp37 int fd = socket(PF_UNIX, SOCK_SEQPACKET | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); in ConnectFn()
64 int fd = socket(PF_UNIX, SOCK_SEQPACKET, 0); in RunTest()
/bionic/libc/include/sys/
Dsocket.h60 #define SOCK_SEQPACKET 5 macro