Home
last modified time | relevance | path

Searched refs:AF_UNIX (Results 1 – 25 of 38) sorted by relevance

12

/PHP-8.2/ext/sockets/tests/
H A Dunixloop.phpt20 $server = socket_create(AF_UNIX, SOCK_STREAM, 0);
22 die('Unable to create AF_UNIX socket [server]');
32 $client = socket_create(AF_UNIX, SOCK_STREAM, 0);
34 die('Unable to create AF_UNIX socket [client]');
H A Dsocket_sentto_recvfrom_unix.phpt12 $socket = socket_create(AF_UNIX, SOCK_DGRAM, SOL_UDP); // cause warning
13 $socket = socket_create(AF_UNIX, SOCK_DGRAM, 0);
15 die('Unable to create AF_UNIX socket');
H A Dsocket_abstract_path_sendmsg.phpt18 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
22 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
H A Dsocket_abstract_path.phpt18 $servers = socket_create(AF_UNIX, SOCK_STREAM, 0) or die("err");
24 $clients = socket_create(AF_UNIX, SOCK_STREAM, 0) or die("err");
H A Dsocket_sendto_zerocopy.phpt22 die('Unable to create AF_UNIX socket');
26 die('Unable to create AF_UNIX socket');
H A Dsocket_create_pair.phpt11 $domain = AF_UNIX;
H A Dgh13603.phpt7 $socket = socket_create(AF_UNIX, SOCK_STREAM, 0);
H A Dsocket_recv_overflow.phpt12 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0);
H A Dsocket_cmsg_credentials_fbsd.phpt19 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
24 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
H A Dsocket_export_stream-1.phpt8 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? AF_INET : AF_UNIX);
H A Dsocket_select.phpt11 $domain = AF_UNIX;
H A Dsocket_select-wrongparams-4.phpt13 $domain = AF_UNIX;
H A Dsocket_cmsg_credentials.phpt25 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
30 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
H A Dsocket_listen-wrongparams.phpt12 $socket = socket_create(AF_UNIX, SOCK_STREAM, 0);
H A Dbug76839.phpt19 $senderSocket = socket_create(AF_UNIX, SOCK_DGRAM, 0);
23 $receiverSocket = socket_create(AF_UNIX, SOCK_DGRAM, 0);
H A Dsocket_cmsg_rights.phpt22 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
27 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
H A Dsocket_select-wrongparams-1.phpt13 $domain = AF_UNIX;
H A Dsocket_create_pair-wrongparams-win32.phpt29 socket_create_pair(): Argument #1 ($domain) must be one of AF_UNIX, AF_INET6, or AF_INET
H A Dsocket_create_pair-wrongparams.phpt31 socket_create_pair(): Argument #1 ($domain) must be one of AF_UNIX, AF_INET6, or AF_INET
/PHP-8.2/ext/standard/tests/network/
H A Dudgloop.phpt17 die('Unable to create AF_UNIX socket [server]');
23 die('Unable to create AF_UNIX socket [client]');
H A Dunixloop.phpt17 die('Unable to create AF_UNIX socket [server]');
23 die('Unable to create AF_UNIX socket [client]');
/PHP-8.2/main/streams/
H A Dxp_socket.c23 # undef AF_UNIX
26 #ifdef AF_UNIX
48 #ifdef AF_UNIX
537 #ifdef AF_UNIX
561 #ifdef AF_UNIX
565 unix_addr->sun_family = AF_UNIX; in parse_unix_address()
644 #ifdef AF_UNIX in php_tcp_sockop_bind()
725 #ifdef AF_UNIX in php_tcp_sockop_connect()
780 #ifdef AF_UNIX in php_tcp_sockop_connect()
816 #ifdef AF_UNIX in php_tcp_sockop_connect()
[all …]
/PHP-8.2/ext/standard/
H A Dfile_arginfo.h75 #if (!defined(PF_UNIX) && defined(AF_UNIX)) in register_file_symbols()
76 REGISTER_LONG_CONSTANT("STREAM_PF_UNIX", AF_UNIX, CONST_PERSISTENT); in register_file_symbols()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_signals.c148 if (0 > socket(AF_UNIX, SOCK_STREAM, 0)) { in sig_soft_quit()
189 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
/PHP-8.2/ext/sockets/
H A Dsockets.c979 case AF_UNIX:
1059 case AF_UNIX:
1083 if (domain != AF_UNIX
1176 case AF_UNIX: {
1184 s_un.sun_family = AF_UNIX;
1243 case AF_UNIX:
1413 case AF_UNIX:
1529 case AF_UNIX:
2000 && domain != AF_UNIX) {
2398 case AF_UNIX:
[all …]

Completed in 22 milliseconds

12