Home | History | Annotate | Download | only in dbus

Lines Matching refs:socket_type

369   int socket_type = SOCK_STREAM;
371 socket_type = SOCK_SEQPACKET;
374 if (socketpair(AF_UNIX, socket_type, 0, fds) < 0) {