| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| nat64-macos.c | 119 nat64_set_ula_prefix(const struct in6_addr *const ula_prefix) 122 if (!nat64_prefix_is_set || (in6prefix_compare(&nat64_prefix, ula_prefix, 5) != 0)) { 131 in6prefix_copy(&nat64_prefix, ula_prefix, 6);
|
| route.c | 1323 memcpy(&interface_address.s6_addr[10], &route_state->srp_server->ula_prefix.s6_addr[0], 6); 1512 struct in6_addr ula_prefix, old_ula_prefix; local 1516 if (route_state->srp_server->ula_prefix.s6_addr[0] == 0xfd) { 1517 old_ula_prefix = route_state->srp_server->ula_prefix; 1523 in6addr_zero(&ula_prefix); 1524 srp_randombytes(&ula_prefix.s6_addr[1], 5); 1525 ula_prefix.s6_addr[0] = 0xfd; 1527 inet_ntop(AF_INET6, &ula_prefix, ula_prefix_buffer, sizeof ula_prefix_buffer); 1532 SEGMENTED_IPv6_ADDR_GEN_SRP(ula_prefix.s6_addr, new_prefix_buf); 1535 SEGMENTED_IPv6_ADDR_PARAM_SRP(ula_prefix.s6_addr, new_prefix_buf)) [all...] |
| advertising_proxy_services.c | 261 uint64_t ula_prefix; local 263 if (!cti_connection_u64_parse(connection, &ula_prefix)) { 275 connection->callback.reply(connection, &ula_prefix, kDNSSDAdvertisingProxyStatus_NoError);
|
| srp-mdns-proxy.h | 112 struct in6_addr ula_prefix; member in struct:srp_server_state
|
| adv-ctl-server.c | 552 if (memcmp(&host->server_stable_id, &server_state->ula_prefix, sizeof(host->server_stable_id))) { 592 ula = ula << 8 | (((uint8_t *)&server_state->ula_prefix)[j]);
|
| omr-publisher.c | 81 struct in6_addr ula_prefix; member in struct:omr_publisher 1027 if (!in6prefix_compare(&publisher->ula_prefix, prefix, 8)) {
|
| icmp.c | 701 dns_rdata_raw_data_to_wire(&towire, &route_state->srp_server->ula_prefix, 16); // /48 requires 16 bytes
|
| nat64.c | 1285 state_machine->br_prefix = nat64_prefix_create(&state_machine->nat64->route_state->srp_server->ula_prefix, NAT64_PREFIX_SLASH_96_BYTES, nat64_preference_low, state_machine->nat64->route_state->srp_server->rloc16);
|
| srp-mdns-proxy.c | 536 memcpy(&host->server_stable_id, &host->server_state->ula_prefix, sizeof(host->server_stable_id)); 545 memcpy(&host->server_stable_id, &host->server_state->ula_prefix, sizeof(host->server_stable_id));
|