Searched refs:NumAllInterfaceRecords (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1164 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1)
1166 m->NumAllInterfaceRecords--;
1167 LogInfo("DecrementAutoTargetServices: NumAllInterfaceRecords %d NumAllInterfaceQuestions %d %s",
1168 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr));
1185 m->NumAllInterfaceRecords++;
1186 LogInfo("IncrementAutoTargetServices: NumAllInterfaceRecords %d NumAllInterfaceQuestions %d %s",
1187 m->NumAllInterfaceRecords, m->NumAllInterfaceQuestions, ARDisplayString(m, rr));
1188 if (m->NumAllInterfaceRecords + m->NumAllInterfaceQuestions == 1)
11769 LogInfo("mDNS_StartQuery_internal: NumAllInterfaceRecords %d NumAllInterfaceQuestions %d %##s (%s)",
11770 m->NumAllInterfaceRecords,
[all...]
H A DmDNSEmbeddedAPI.h2479 mDNSu32 NumAllInterfaceRecords; // Right now we count *all* multicast records here. Later we may want to change to count interface-specific records separately. (This count includes records on the DuplicateRecords list too.) member in struct:mDNS_struct

Completed in 95 milliseconds