Home
last modified time | relevance | path

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

12

/php-src/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.phpt13 $socket = socket_create(AF_UNIX, SOCK_DGRAM, SOL_UDP); // cause warning
14 $socket = socket_create(AF_UNIX, SOCK_DGRAM, 0);
16 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_cmsg_credentials_fbsd.phpt20 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
25 $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.phpt26 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
31 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
H A Dsocket_listen-wrongparams.phpt13 $socket = socket_create(AF_UNIX, SOCK_STREAM, 0);
H A Dsocket_cmsg_rights.phpt23 $sends1 = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
28 $s = socket_create(AF_UNIX, SOCK_DGRAM, 0) or die("err");
H A Dbug76839.phpt20 $senderSocket = socket_create(AF_UNIX, SOCK_DGRAM, 0);
24 $receiverSocket = socket_create(AF_UNIX, SOCK_DGRAM, 0);
H A Dsocket_select-wrongparams-1.phpt14 $domain = AF_UNIX;
H A Dsocket_create_pair-wrongparams-win32.phpt30 socket_create_pair(): Argument #1 ($domain) must be one of AF_UNIX, AF_INET6, or AF_INET
H A Dsocket_create_pair-wrongparams.phpt32 socket_create_pair(): Argument #1 ($domain) must be one of AF_UNIX, AF_INET6, or AF_INET
/php-src/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-src/main/streams/
H A Dxp_socket.c23 # undef AF_UNIX
26 #ifdef AF_UNIX
48 #ifdef AF_UNIX
563 #ifdef AF_UNIX
587 #ifdef AF_UNIX
591 unix_addr->sun_family = AF_UNIX; in parse_unix_address()
665 #ifdef AF_UNIX in php_tcp_sockop_bind()
746 #ifdef AF_UNIX in php_tcp_sockop_connect()
801 #ifdef AF_UNIX in php_tcp_sockop_connect()
837 #ifdef AF_UNIX in php_tcp_sockop_connect()
[all …]
/php-src/ext/standard/
H A Dfile_arginfo.h73 #if (!defined(PF_UNIX) && defined(AF_UNIX)) in register_file_symbols()
74 REGISTER_LONG_CONSTANT("STREAM_PF_UNIX", AF_UNIX, CONST_PERSISTENT); in register_file_symbols()
/php-src/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-src/ext/sockets/
H A Dsockets.c968 case AF_UNIX:
1039 case AF_UNIX:
1063 if (domain != AF_UNIX
1156 case AF_UNIX: {
1164 s_un.sun_family = AF_UNIX;
1218 case AF_UNIX:
1385 case AF_UNIX:
1497 case AF_UNIX:
2004 && domain != AF_UNIX) {
2428 case AF_UNIX:
[all …]
/php-src/main/
H A Dnetwork.c65 #undef AF_UNIX
68 #if defined(AF_UNIX)
634 #ifdef AF_UNIX
635 case AF_UNIX:
987 #ifdef AF_UNIX
988 case AF_UNIX:

Completed in 34 milliseconds

12