Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dmcast.c106 #define MLD_V1_QUERY_LEN 24 macro
1342 if (len < MLD_V1_QUERY_LEN) { in igmp6_event_query()
1344 } else if (len == MLD_V1_QUERY_LEN || mld_in_v1_mode(idev)) { in igmp6_event_query()
1346 len == MLD_V1_QUERY_LEN); in igmp6_event_query()