Home
last modified time | relevance | path

Searched refs:unicast (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt9 // Test that we have exactly one unicast address with the address 127.0.0.1
16 foreach ($iface['unicast'] as $unicast) {
17 if (($unicast['address'] ?? null) === '127.0.0.1') {
/PHP-8.3/ext/standard/
H A Dnet.c106 static void iface_append_unicast(zval *unicast, zend_long flags, in iface_append_unicast() argument
133 add_next_index_zval(unicast, &u); in iface_append_unicast()
191 zval iface, unicast; in PHP_FUNCTION() local
224 array_init(&unicast); in PHP_FUNCTION()
235 iface_append_unicast(&unicast, p->Flags, in PHP_FUNCTION()
250 iface_append_unicast(&unicast, p->Flags, in PHP_FUNCTION()
257 add_assoc_zval(&iface, "unicast", &unicast); in PHP_FUNCTION()
280 zval *unicast, *status; in PHP_FUNCTION()
288 unicast = zend_hash_str_find(Z_ARR_P(iface), "unicast", sizeof("unicast") - 1); in PHP_FUNCTION()
289 if (!unicast) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt70 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", $port);
95 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", $port);
118 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", $port);
142 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", $port);
173 2> unicast packet
183 4> unicast packet
192 6> unicast packet
201 8> unicast packet
H A Dmcast_ipv6_recv.phpt100 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", $port);
123 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", $port);
146 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", $port);
170 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", $port);
205 2> unicast packet
214 4> unicast packet
223 6> unicast packet
232 8> unicast packet
H A Dmcast_ipv6_recv_limited.phpt96 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000);
134 2> unicast packet

Completed in 8 milliseconds