OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:published_service
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c
116
thread_service_t *
published_service
;
member in struct:dnssd_client
129
thread_service_release(client->
published_service
);
244
thread_service_note(client->id, client->
published_service
, "unpublishing service");
313
if (client->
published_service
->service_type == unicast_service) {
314
aaaa_data = &client->
published_service
->u.unicast.address.s6_addr[0];
315
} else if (client->
published_service
->service_type == anycast_service) {
316
aaaa_data = &client->
published_service
->u.anycast.address.s6_addr[0];
456
if (client->
published_service
!= NULL) {
512
if (client->
published_service
!= NULL) {
513
thread_service_release(client->
published_service
);
[
all
...]
service-publisher.c
707
thread_service_t *NULLABLE
published_service
= publisher->published_unicast_service;
local
717
if (
published_service
== NULL) {
738
} else if (in6prefix_compare(&service->u.unicast.address, &
published_service
->u.unicast.address, 8)) {
742
int cmp = in6addr_compare(&service->u.unicast.address, &
published_service
->u.unicast.address);
746
cmp = memcmp(service->u.unicast.port,
published_service
->u.unicast.port,
Completed in 15 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026