taglinefilesource code
igmp_send_report238net/ipv4/igmp.cstatic void igmp_send_report(struct device *dev, unsigned long address, int type)
igmp_send_report273net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_NEW_MEMBERSHIP_REPORT);
igmp_send_report275net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_MEMBERSHIP_REPORT);
igmp_send_report411net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_LEAVE_MESSAGE);
igmp_send_report424net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_NEW_MEMBERSHIP_REPORT);
igmp_send_report426net/ipv4/igmp.cigmp_send_report(im->interface, im->multiaddr, IGMP_HOST_MEMBERSHIP_REPORT);