Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Digmp.c467 IGI_LOCK(igi);
536 IGI_LOCK(igi); in igmp_dispatch_queue()
616 IGI_LOCK(igi); in igmp_domifattach()
647 IGI_LOCK(igi); in igmp_domifreattach()
702 IGI_LOCK(igi); in igi_delete()
730 IGI_LOCK(igi); in igmp_initsilent()
777 IGI_LOCK(igi); in igi_free()
884 IGI_LOCK(igi); in igmp_input_v1_query()
981 IGI_LOCK(igi); in igmp_input_v2_query()
1193 IGI_LOCK(igi); in igmp_input_v3_query()
[all …]
H A Digmp_var.h284 #define IGI_LOCK(_igi) \ macro