Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Duipc_proto.c49 .pr_protocol = PF_UNIX,
56 .pr_protocol = PF_UNIX,
63 .pr_protocol = PF_UNIX,
H A Duipc_domain.c206 if (family == PF_UNIX) in net_sysctl()
/openbsd/gnu/usr.bin/perl/t/io/
H A Dsocketpair.t24 socketpair(my $a, my $b, PF_UNIX, SOCK_STREAM, 0)
32 ok socketpair($a, $b, PF_UNIX, SOCK_STREAM, 0), "create socket pair";
44 socketpair($a, $b, PF_UNIX, SOCK_STREAM, 0) or die "socketpair: $!";
/openbsd/regress/lib/libc/fread/
H A Dfread.c86 if (socketpair(PF_UNIX, SOCK_STREAM, 0, sv) == -1) in dotest()
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_unix.t36 unless eval { socket(my $sock, PF_UNIX, SOCK_STREAM, 0) };
/openbsd/usr.sbin/syslogc/
H A Dsyslogc.c141 if ((ctlsock = socket(PF_UNIX, SOCK_STREAM, 0)) == -1) in main()
/openbsd/sys/sys/
H A Dsocket.h251 #define PF_UNIX AF_UNIX macro
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DMakefile.PL207 PF_NS PF_OSI PF_OSINET PF_PUP PF_ROUTE PF_SNA PF_UNIX PF_UNSPEC PF_USER
H A DSocket.xs19 # define PF_UNIX AF_UNIX macro
/openbsd/usr.bin/ssh/
H A Dmisc.c1418 if ((sock = socket(PF_UNIX, SOCK_STREAM, 0)) == -1) in tun_open()
1846 sock = socket(PF_UNIX, SOCK_STREAM, 0); in unix_listener()
H A Dmux.c2276 if ((sock = socket(PF_UNIX, SOCK_STREAM, 0)) == -1) in muxclient()
/openbsd/sbin/sysctl/
H A Dsysctl.c685 if (mib[1] == PF_UNIX) { in parse()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlipc.pod1196 socket(my $sock, PF_UNIX, SOCK_STREAM, 0) || die "socket: $!";
1220 socket(my $server, PF_UNIX, SOCK_STREAM, 0) || die "socket: $!";