OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_additls
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/DSO/
dso.c
285
dso->
max_additls
=
MAX_ADDITLS
;
901
if (dso->num_additls < dso->
max_additls
) {
907
// XXX
MAX_ADDITLS
should be enough for all possible additional TLVs, so this
910
dso->remote_name, opcode, (long)length, dso->
max_additls
);
917
if (num_additls > dso->
max_additls
) {
924
dso->
max_additls
=
MAX_ADDITLS
;
926
dso->
max_additls
= num_additls;
dso.h
27
#define
MAX_ADDITLS
2
210
unsigned
max_additls
; // Maximum number of additional TLVs this DSO state can represent
member in struct:dso_state
211
dso_tlv_t additl_buf[
MAX_ADDITLS
]; // Initial buffer for additional TLVs.
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.c
1831
int min_additls, int
max_additls
, const char *message_name, void *context,
1882
} else if (count >
max_additls
) {
1884
srpl_connection->name, count,
max_additls
, message_name);
Completed in 31 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026