Home
last modified time | relevance | path

Searched refs:address (Results 1 – 6 of 6) sorted by relevance

/php-uv/tests/
H A D330-poll.phpt22 $address = uv_ip4_addr("0.0.0.0","9999");
24 uv_tcp_connect($tcp, $address, function($client, $stat) {
H A D005-uv_listen_cb-not-destroyed.phpt16 public function bind(string $address, int $port)
18 uv_tcp_bind($this->tcp, uv_ip4_addr($address, $port));
H A D400-tcp_bind6.phpt20 uv_tcp_connect($c, uv_ip6_addr($addrinfo['address'], $addrinfo['port']), function($client, $stat) {
H A D400-tcp_bind.phpt20 uv_tcp_connect($c, uv_ip4_addr($addrinfo['address'],$addrinfo['port']), function($client, $stat) {
/php-uv/
H A DREADME.md530 *string $ipv4_addr*: ipv4 address
547 * check passed ip address is valid.
560 *string $ipv6_addr*: ipv6 address
577 * check passed ip address is valid.
627 connect to specified ip address and port.
656 connect to specified ip address and port.
1166 *string $multicast_addr*: multicast address
1168 *string $interface_addr*: interface address
1244 send buffer to specified address.
1289 send buffer to specified address.
[all …]
H A Dphp_uv.c2214 struct addrinfo *address; local
2226 address = res;
2227 while (address) {
2234 address = address->ai_next;
2237 address = res;
2238 while (address) {
2245 address = address->ai_next;
2951 ZEND_ARG_INFO(0, address)
2956 ZEND_ARG_INFO(0, address)
4005 zend_string *address; local
[all …]

Completed in 41 milliseconds