Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_igmp.c45 static void interpret_igmpv3qry(struct igmp *, int);
46 static void interpret_igmpv3rpt(struct igmp *, int);
55 struct igmp *igmp = (struct igmp *)data; in interpret_igmp() local
65 switch (igmp->igmp_type) { in interpret_igmp()
68 if (igmp->igmp_code == 0) in interpret_igmp()
105 "Type = %d (%s)", igmp->igmp_type, pt); in interpret_igmp()
107 "Max Response Time = %d", igmp->igmp_code); in interpret_igmp()
109 "Checksum = %x", ntohs(igmp->igmp_cksum)); in interpret_igmp()
111 if (igmp->igmp_type == IGMP_MEMBERSHIP_QUERY && in interpret_igmp()
113 interpret_igmpv3qry(igmp, ilen); in interpret_igmp()
[all …]
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dnic.c749 struct igmp_ip_t igmp; in send_igmp_reports() local
750 igmp.router_alert[0] = 0x94; in send_igmp_reports()
751 igmp.router_alert[1] = 0x04; in send_igmp_reports()
752 igmp.router_alert[2] = 0; in send_igmp_reports()
753 igmp.router_alert[3] = 0; in send_igmp_reports()
755 1, IP_IGMP, sizeof(igmp.router_alert), sizeof(igmp), &igmp); in send_igmp_reports()
756 igmp.igmp.type = IGMPv2_REPORT; in send_igmp_reports()
759 igmp.igmp.type = IGMPv1_REPORT; in send_igmp_reports()
761 igmp.igmp.response_time = 0; in send_igmp_reports()
762 igmp.igmp.chksum = 0; in send_igmp_reports()
[all …]
H A Digmp.h14 struct igmp { struct
24 struct igmp igmp; member
H A DMakefile.solaris129 igmp.h in.h io.h ip.h isa.h latch.h little_bswap.h mii.h \
H A DMakefile.am16 if_arp.h if_ether.h igmp.h in.h io.h ip.h isa.h latch.h \
/titanic_44/usr/src/uts/common/netinet/
H A DMakefile32 HDRS= arp.h dhcp.h dhcp6.h icmp6.h icmp_var.h if_ether.h igmp.h igmp_var.h \
H A Digmp.h50 struct igmp { struct
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dipft_ef.c109 extra = sizeof(struct igmp);
H A Dipft_td.c160 extra = sizeof(struct igmp);
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dprotocols31 igmp 2 IGMP # Internet Group Management
/titanic_44/usr/src/pkg/manifests/
H A Dsource-system-grub.mf141 file path=usr/share/src/grub/netboot/igmp.h
H A Dsystem-header.mf553 file path=usr/include/netinet/igmp.h
/titanic_44/usr/src/uts/common/
H A DMakefile.files551 IP_OBJS += igmp.o ipmp.o ip.o ip6.o ip6_asp.o ip6_if.o ip6_ire.o \