OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_update
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-proxy.h
26
typedef struct
client_update
client_update_t;
36
bool srp_update_start(client_update_t *NONNULL
client_update
);
srp-mdns-proxy.c
104
static void prepare_update(adv_host_t *host, client_update_t *
client_update
);
3107
prepare_update(adv_host_t *host, client_update_t *
client_update
)
3173
for (addr =
client_update
->host->addrs; addr != NULL; addr = addr->next) {
3184
for (addr =
client_update
->host->addrs; addr; addr = addr->next) {
3321
for (delete_t *dp =
client_update
->removes; dp; dp = dp->next) {
3352
for (instance =
client_update
->instances; instance; instance = instance->next) {
3364
for (instance =
client_update
->instances; instance != NULL; instance = instance->next) {
3378
if (
client_update
!= NULL &&
client_update
->connection != NULL) {
3379
const struct sockaddr *server_addr = connection_get_local_address(
client_update
->message)
[
all
...]
srp-mdns-proxy.h
30
typedef struct
client_update
client_update_t;
280
struct
client_update
{
struct
Completed in 30 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026