Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Digmp.h82 #define IGMP_QRV(x) ((x) & 0x07) macro
/f-stack/freebsd/netinet/
H A Digmp.h82 #define IGMP_QRV(x) ((x) & 0x07) macro
H A Digmp.c1019 qrv = IGMP_QRV(igmpv3->igmp_misc); in igmp_input_v3_query()