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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c183 static int log_arp_warnings = 0; /* Thread safe: no accumulated state */ variable
185 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, log_arp_warnings,
187 &log_arp_warnings, 0,
403 if (log_arp_warnings) {
475 if (log_arp_warnings && lr != NULL && why != NULL) {
640 if (log_arp_warnings)
654 if (log_arp_warnings)
848 if (create && log_arp_warnings) {
985 if (log_arp_warnings &&
1309 if (log_arp_warnings) {
[all...]

Completed in 12 milliseconds