Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_arp.c150 static thread_call_t arp_probe_tcall; variable
870 if (arp_probe_tcall == NULL) { in arp_sched_probe()
871 arp_probe_tcall = in arp_sched_probe()
873 VERIFY(arp_probe_tcall != NULL); in arp_sched_probe()
890 (void) thread_call_enter_delayed(arp_probe_tcall, deadline); in arp_sched_probe()