Searched refs:default_addr (Results 1 – 1 of 1) sorted by relevance
281 struct in_addr default_addr; in SetMulticastOutboundInterface() local282 unsigned int buf_size = sizeof(default_addr); in SetMulticastOutboundInterface()283 if (getsockopt(fd_.get(), IPPROTO_IP, IP_MULTICAST_IF, &default_addr, &buf_size) != in SetMulticastOutboundInterface()287 reinterpret_cast<const uint8_t*>(&default_addr.s_addr)); in SetMulticastOutboundInterface()299 buf_size = sizeof(default_addr); in SetMulticastOutboundInterface()300 if (getsockopt(fd_.get(), IPPROTO_IP, IP_MULTICAST_IF, &default_addr, &buf_size) != in SetMulticastOutboundInterface()304 reinterpret_cast<const uint8_t*>(&default_addr.s_addr)); in SetMulticastOutboundInterface()