Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Din_arp.c145 static thread_call_t arp_timeout_tcall; variable
800 if (arp_timeout_tcall == NULL) { in arp_sched_timeout()
801 arp_timeout_tcall = in arp_sched_timeout()
803 VERIFY(arp_timeout_tcall != NULL); in arp_sched_timeout()
820 (void) thread_call_enter_delayed(arp_timeout_tcall, deadline); in arp_sched_timeout()