Lines Matching refs:addr
473 struct in_addr addr; in _php_mcast_join_leave()
478 if (php_if_index_to_addr4(if_index, sock, &addr) == in _php_mcast_join_leave()
481 mreq.imr_interface = addr; in _php_mcast_join_leave()
538 struct in_addr addr; in _php_mcast_source_op()
547 if (php_if_index_to_addr4(if_index, sock, &addr) == in _php_mcast_source_op()
550 mreqs.imr_interface = addr; in _php_mcast_source_op()
671 int php_add4_to_if_index(struct in_addr *addr, php_socket *php_sock, unsigned *if_index) in php_add4_to_if_index() argument
680 if (addr->s_addr == INADDR_ANY) { in php_add4_to_if_index()
701 if (r.dwAddr == addr->s_addr) { in php_add4_to_if_index()
709 inet_ntop(AF_INET, addr, addr_str, sizeof(addr_str)); in php_add4_to_if_index()
755 int php_add4_to_if_index(struct in_addr *addr, php_socket *php_sock, unsigned *if_index) argument
764 if (addr->s_addr == INADDR_ANY) {
810 addr->s_addr)) {
838 inet_ntop(AF_INET, addr, addr_str, sizeof(addr_str));