Searched refs:MDNS_MULTICAST_IPV6_ADDRESS (Results 1 - 2 of 2) sorted by relevance
| /systemd/src/resolve/ |
| H A D | resolved-dns-packet.h | 248 #define MDNS_MULTICAST_IPV6_ADDRESS ((struct in6_addr) { .s6_addr = { 0xFF, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb } }) macro
|
| H A D | resolved-dns-scope.c | 253 addr.in6 = MDNS_MULTICAST_IPV6_ADDRESS; 590 return dns_scope_multicast_membership(s, b, MDNS_MULTICAST_IPV4_ADDRESS, MDNS_MULTICAST_IPV6_ADDRESS);
|
Completed in 14 milliseconds