Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Digmp_var.h200 #define IGMP_LOCK_INIT() mtx_init(&igmp_mtx, "igmp_mtx", NULL, MTX_DEF) macro
/f-stack/freebsd/netinet/
H A Digmp_var.h200 #define IGMP_LOCK_INIT() mtx_init(&igmp_mtx, "igmp_mtx", NULL, MTX_DEF) macro
H A Digmp.c3688 IGMP_LOCK_INIT(); in igmp_modevent()