Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Digmp.c463 IGI_LOCK(igi);
532 IGI_LOCK(igi); in igmp_dispatch_queue()
612 IGI_LOCK(igi); in igmp_domifattach()
643 IGI_LOCK(igi); in igmp_domifreattach()
698 IGI_LOCK(igi); in igi_delete()
725 IGI_LOCK(igi); in igmp_initsilent()
772 IGI_LOCK(igi); in igi_free()
878 IGI_LOCK(igi); in igmp_input_v1_query()
976 IGI_LOCK(igi); in igmp_input_v2_query()
1187 IGI_LOCK(igi); in igmp_input_v3_query()
[all …]
H A Digmp_var.h284 #define IGI_LOCK(_igi) \ macro