Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Digmp_var.h146 #define IGMP_MAX_RESPONSE_PACKETS 16 /* # of packets for general query */ macro
H A Digmp.c649 mbufq_init(&igi->igi_gq, IGMP_MAX_RESPONSE_PACKETS); in igi_alloc_locked()