| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| 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);
|
| omr-publisher.c | 81 struct in6_addr ula_prefix; member in struct:omr_publisher 1027 if (!in6prefix_compare(&publisher->ula_prefix, prefix, 8)) {
|
| 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...] |
| srp-mdns-proxy.h | 112 struct in6_addr ula_prefix; member in struct:srp_server_state
|