Home
last modified time | relevance | path

Searched refs:PF_UNIX (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/tests/qtest/
H A Dtest-filter-mirror.c29 ret = socketpair(PF_UNIX, SOCK_STREAM, 0, send_sock); in test_mirror()
32 ret = socketpair(PF_UNIX, SOCK_STREAM, 0, recv_sock); in test_mirror()
H A Dtest-filter-redirector.c73 ret = socketpair(PF_UNIX, SOCK_STREAM, 0, backend_sock); in test_redirector_tx()
143 ret = socketpair(PF_UNIX, SOCK_STREAM, 0, backend_sock); in test_redirector_rx()
H A De1000e-test.c218 int ret = socketpair(PF_UNIX, SOCK_STREAM, 0, test_sockets); in data_test_init()
H A Digb-test.c207 int ret = socketpair(PF_UNIX, SOCK_STREAM, 0, test_sockets); in data_test_init()
H A Dvirtio-net-test.c279 ret = socketpair(PF_UNIX, SOCK_STREAM, 0, sv); in virtio_net_test_setup()
H A Dnetdev-socket.c466 ret = socketpair(PF_UNIX, SOCK_DGRAM, 0, sv); in test_dgram_fd()
H A Dnpcm7xx_emc-test.c224 int ret = socketpair(PF_UNIX, SOCK_STREAM, 0, test_sockets); in packet_test_init()
/openbmc/linux/security/tomoyo/
H A Dnetwork.c636 case PF_UNIX: in tomoyo_sock_family()
670 if (family == PF_UNIX) in tomoyo_socket_listen_permission()
708 if (family == PF_UNIX) in tomoyo_socket_connect_permission()
743 if (family == PF_UNIX) in tomoyo_socket_bind_permission()
770 if (family == PF_UNIX) in tomoyo_socket_sendmsg_permission()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/
H A D0001-tests-Include-missing-sys-socket.h-header.patch7 …libotr-4.1.1/tests/regression/client/client.c:979:21: error: use of undeclared identifier 'PF_UNIX'
/openbmc/qemu/net/
H A Ddgram.c521 laddr_un.sun_family = PF_UNIX; in net_init_dgram()
531 raddr_un.sun_family = PF_UNIX; in net_init_dgram()
541 fd = qemu_socket(PF_UNIX, SOCK_DGRAM, 0); in net_init_dgram()
/openbmc/qemu/tests/unit/
H A Dsocket-helpers.c162 fd = socket(PF_UNIX, SOCK_STREAM, 0); in socket_check_afunix_support()
H A Dtest-io-channel-socket.c517 sock = qemu_socket(PF_UNIX, SOCK_STREAM, 0); in test_io_channel_unix_listen_cleanup()
H A Dtest-iov.c177 if (socketpair(PF_UNIX, SOCK_STREAM, 0, sv) < 0) { in test_io()
/openbmc/qemu/hw/9pfs/
H A D9p-util-darwin.c88 fd = socket(PF_UNIX, SOCK_DGRAM, 0); in create_socket_file_at_cwd()
/openbmc/qemu/tests/qtest/fuzz/
H A Dvirtio_net_fuzz.c133 int ret = socketpair(PF_UNIX, SOCK_STREAM, 0, sockfds); in virtio_net_test_setup_socket()
/openbmc/linux/net/unix/
H A Dscm.c36 if (s && ops && ops->family == PF_UNIX) in unix_get_socket()
H A Daf_unix.c838 .family = PF_UNIX,
863 .family = PF_UNIX,
887 .family = PF_UNIX,
973 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_stream_proto, kern); in unix_create1()
975 sk = sk_alloc(net, PF_UNIX, GFP_KERNEL, &unix_dgram_proto, kern); in unix_create1()
1016 if (protocol && protocol != PF_UNIX) in unix_create()
3554 .family = PF_UNIX,
3727 sock_unregister(PF_UNIX); in af_unix_exit()
3741 MODULE_ALIAS_NETPROTO(PF_UNIX);
/openbmc/linux/arch/um/drivers/
H A Dmconsole_user.c187 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify()
/openbmc/qemu/util/
H A Dqemu-sockets.c87 case PF_UNIX: return NETWORK_ADDRESS_FAMILY_UNIX; in inet_netfamily()
907 sock = qemu_socket(PF_UNIX, SOCK_STREAM, 0); in unix_listen_saddr()
998 sock = qemu_socket(PF_UNIX, SOCK_STREAM, 0); in unix_connect_saddr()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h247 #define PF_UNIX AF_UNIX macro
/openbmc/linux/include/linux/
H A Dsocket.h247 #define PF_UNIX AF_UNIX macro
/openbmc/linux/net/core/
H A Dscm.c163 if (!ops || ops->family != PF_UNIX) in __scm_send()
/openbmc/linux/net/9p/
H A Dtrans_fd.c1060 sun_server.sun_family = PF_UNIX; in p9_fd_create_unix()
1062 err = __sock_create(current->nsproxy->net_ns, PF_UNIX, in p9_fd_create_unix()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c550 sock = socket(PF_UNIX, SOCK_DGRAM, 0); in os_create_unix_socket()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c434 if (qemu_socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) { in vhost_user_gpu_do_set_socket()

12