Home
last modified time | relevance | path

Searched refs:ProxyD (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c5720 int ProxyA = 0, ProxyD = 0; in udsserver_info() local
5773 LogAuthRecords(m, now, m->DuplicateRecords, &ProxyD); in udsserver_info()
5897 …if (m->ProxyRecords == ProxyA + ProxyD) LogMsgNoIdent("ProxyRecords: %d + %d = %d", ProxyA, ProxyD in udsserver_info()
5898 …else LogMsgNoIdent("ProxyRecords: MISMATCH %d + %d = %d ≠ %d", ProxyA, ProxyD, ProxyA + ProxyD, m-… in udsserver_info()