Searched refs:mldq (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_multicast.c413 struct mld_msg *mldq; local
419 8 + sizeof(*mldq));
439 ip6h->payload_len = htons(8 + sizeof(*mldq));
459 mldq = (struct mld_msg *) icmp6_hdr(skb);
464 mldq->mld_type = ICMPV6_MGM_QUERY;
465 mldq->mld_code = 0;
466 mldq->mld_cksum = 0;
467 mldq->mld_maxdelay = htons((u16)jiffies_to_msecs(interval));
468 mldq->mld_reserved = 0;
469 ipv6_addr_copy(&mldq
[all...]

Completed in 82 milliseconds