taglinefilesource code
igmp_send_report223net/ipv4/igmp.cstatic void igmp_send_report(struct device *dev, unsigned long address, int type)
igmp_send_report257net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_NEW_MEMBERSHIP_REPORT);
igmp_send_report259net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_MEMBERSHIP_REPORT);
igmp_send_report389net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_LEAVE_MESSAGE);
igmp_send_report402net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_NEW_MEMBERSHIP_REPORT);
igmp_send_report404net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_MEMBERSHIP_REPORT);