Searched refs:sock_address_get_ip (Results 1 – 9 of 9) sorted by relevance
235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */ in bootp_reply()236 rbp->bp_siaddr = htonl(sock_address_get_ip(&saddr)); /* Server IP address */ in bootp_reply()243 uint32_t saddr_ip = htonl(sock_address_get_ip(&saddr)); in bootp_reply()246 sock_address_get_ip(&daddr)); in bootp_reply()
311 uint32_t saddr_ip = sock_address_get_ip(saddr); in udp_output2_()312 uint32_t daddr_ip = sock_address_get_ip(daddr); in udp_output2_()379 saddr_ip = sock_address_get_ip(from); in udp_output_()478 cu_head->so_addr = htonl( sock_address_get_ip(&sockaddr)); in udp_emu()509 addr_ip = sock_address_get_ip(&addr); in udp_listen()
558 sock_address_get_ip(&local_addr), in tcp_fconnect()632 addr_ip = sock_address_get_ip(&addr); in tcp_connect()
661 addr_ip = (uint32_t) sock_address_get_ip(&addr); in solisten()
60 our_addr_ip = sock_address_get_ip(&hostaddr); in getouraddr()
89 dns_ip = sock_address_get_ip(new_dns_addr); in slirp_add_dns_server()
232 int sock_address_get_ip( const SockAddress* a );
282 ip = sock_address_get_ip(saddr); in parse_host_port()855 h_addr = sock_address_get_ip(faddr); in net_slirp_redir_print()856 g_addr = sock_address_get_ip(laddr); in net_slirp_redir_print()1701 if (!IN_MULTICAST(sock_address_get_ip(mcastaddr))) { in net_socket_mcast_create()1704 sock_address_get_ip(mcastaddr)); in net_socket_mcast_create()1727 ret = socket_mcast_inet_add_membership(fd, sock_address_get_ip(mcastaddr)); in net_socket_mcast_create()1773 if (sock_address_get_ip(&saddr) == 0) { in net_socket_fd_init_dgram()
466 sock_address_get_ip( const SockAddress* a ) in sock_address_get_ip() function