Searched defs:conflict (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-ipv4acd.c86 int conflict; member in struct:sd_ipv4acd
232 /* the TPA matched instead of the SPA, this is not a conflict */
247 if (ll->conflict >= MAX_CONFLICTS) {
253 ll->conflict = 0;
315 ll->conflict = 0;
338 ll->conflict++;
342 log_ipv4acd_debug(ll, "Conflict on %s (%u)", address, ll->conflict);
388 /* BPF ensures this packet indicates a conflict */

Completed in 814 milliseconds