OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:service_port
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-ioloop.c
1008
uint16_t
service_port
= 0;
local
1148
service_port
= (uint16_t)in_service_port;
1246
if (
service_port
== 0) {
1249
service_port
= (i % UINT16_MAX) == 0 ? 1 : (i % UINT16_MAX);
1254
dup_instance_name ? instance_name : hnbuf, service_type, 0, 0, htons(
service_port
),
1263
err = DNSServiceRegister(&sdref, 0, 0, hnbuf, "_second._tcp,foo", 0, 0, htons(
service_port
),
1277
0, 0, htons(
service_port
), txt_len, txt_data, register_callback, client);
1284
0, 0, htons(
service_port
), txt_len, txt_data, second_register_callback, client);
1293
0, 0, htons(
service_port
), txt_len, txt_data, second_register_callback, client);
Completed in 15 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026