Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_io_misc.c224 COPY_MONITORFIELDS(newmatch, &tmprule);
227 COPY_MONITORFIELDS(rule, &oldmonitor);
228 COPY_MONITORFIELDS(&tmprule, &newmonitor);
237 COPY_MONITORFIELDS(&newmonitor, rule);
H A Dmonitor.c294 COPY_MONITORFIELDS(&monitor, &rule);
296 COPY_MONITORFIELDS(&rule, &monitor);
326 COPY_MONITORFIELDS(&rule, &monitor);
522 COPY_MONITORFIELDS(&rule, monitor); in monitor_postconfigload()
592 COPY_MONITORFIELDS(m, &rule); /* tmp; sockd_shmat() expects rule */
594 COPY_MONITORFIELDS(&rule, m); /* don't forget to update monitor-list. */
632 COPY_MONITORFIELDS(from, to);
779 COPY_MONITORFIELDS(oldmonitor, &alarm);
783 COPY_MONITORFIELDS(&alarm, oldmonitor);
814 COPY_MONITORFIELDS(newmonitor, &alarm);
[all …]
H A Dsockd_negotiate.c746 COPY_MONITORFIELDS(CRULE_OR_HRULE(&negv[i]), &oldmonitor); in negotiate_postconfigload()
773 COPY_MONITORFIELDS(&newmonitor, CRULE_OR_HRULE(&negv[i])); in negotiate_postconfigload()
H A Drule.c1721 COPY_MONITORFIELDS(monitor, match);
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h388 #define COPY_MONITORFIELDS(from, to) \ macro
517 COPY_MONITORFIELDS((src), (dst)); \