Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Digmp.c471 IGI_LOCK(igi);
540 IGI_LOCK(igi); in igmp_dispatch_queue()
620 IGI_LOCK(igi); in igmp_domifattach()
651 IGI_LOCK(igi); in igmp_domifreattach()
706 IGI_LOCK(igi); in igi_delete()
733 IGI_LOCK(igi); in igmp_initsilent()
780 IGI_LOCK(igi); in igi_free()
886 IGI_LOCK(igi); in igmp_input_v1_query()
984 IGI_LOCK(igi); in igmp_input_v2_query()
1195 IGI_LOCK(igi); in igmp_input_v3_query()
[all …]
H A Digmp_var.h284 #define IGI_LOCK(_igi) \ macro