Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Digmp.c460 IGI_LOCK(igi);
519 IGI_LOCK(igi); in igmp_dispatch_queue()
595 IGI_LOCK(igi); in igmp_domifattach()
626 IGI_LOCK(igi); in igmp_domifreattach()
681 IGI_LOCK(igi); in igi_delete()
709 IGI_LOCK(igi); in igmp_initsilent()
756 IGI_LOCK(igi); in igi_free()
863 IGI_LOCK(igi); in igmp_input_v1_query()
960 IGI_LOCK(igi); in igmp_input_v2_query()
1172 IGI_LOCK(igi); in igmp_input_v3_query()
[all …]
H A Digmp_var.h284 #define IGI_LOCK(_igi) \ macro