Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dmcast.c1023 struct mld2_query *mlh2 = (struct mld2_query *) skb->h.raw; in igmp6_event_query() local
1074 max_delay = (MLDV2_MRC(ntohs(mlh2->mrc))*HZ)/1000; in igmp6_event_query()
1078 if (mlh2->qrv) in igmp6_event_query()
1079 idev->mc_qrv = mlh2->qrv; in igmp6_event_query()
1081 if (mlh2->nsrcs) { in igmp6_event_query()
1090 mark = mlh2->nsrcs != 0; in igmp6_event_query()
1121 mld_marksources(ma, ntohs(mlh2->nsrcs), in igmp6_event_query()
1122 mlh2->srcs); in igmp6_event_query()