OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skip_host_updates
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c
2875
bool
skip_host_updates
= (update->client != NULL && update->client->
skip_host_updates
);
local
2884
if (!register_host_record(host, update->add_addresses->vec[i],
skip_host_updates
)) {
2887
} else if (!
skip_host_updates
) {
2907
if (!register_host_record(host, record,
skip_host_updates
)) {
2910
} else if (!
skip_host_updates
) {
2918
if (!register_host_record(host, update->key,
skip_host_updates
)) {
2921
} else if (!
skip_host_updates
) {
2938
if (!register_host_record(host, update->key,
skip_host_updates
)) {
2941
} else if (!
skip_host_updates
) {
[
all
...]
srp-mdns-proxy.h
300
bool
skip_host_updates
; // If true, don't actually register any host records.
member in struct:client_update
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026