Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Din_arp.c145 static thread_call_t arp_timeout_tcall; variable
801 if (arp_timeout_tcall == NULL) { in arp_sched_timeout()
802 arp_timeout_tcall = in arp_sched_timeout()
804 VERIFY(arp_timeout_tcall != NULL); in arp_sched_timeout()
821 (void) thread_call_enter_delayed(arp_timeout_tcall, deadline); in arp_sched_timeout()