Searched refs:igmp (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_igmp.c | 45 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_41/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 749 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 D | igmp.h | 14 struct igmp { struct 24 struct igmp igmp; member
|
H A D | Makefile.solaris | 129 igmp.h in.h io.h ip.h isa.h latch.h little_bswap.h mii.h \
|
H A D | Makefile.am | 16 if_arp.h if_ether.h igmp.h in.h io.h ip.h isa.h latch.h \
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | Makefile | 32 HDRS= arp.h dhcp.h dhcp6.h icmp6.h icmp_var.h if_ether.h igmp.h igmp_var.h \
|
H A D | igmp.h | 50 struct igmp { struct
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_ef.c | 109 extra = sizeof(struct igmp);
|
H A D | ipft_td.c | 160 extra = sizeof(struct igmp);
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | protocols | 31 igmp 2 IGMP # Internet Group Management
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 141 file path=usr/share/src/grub/netboot/igmp.h
|
H A D | system-header.mf | 564 file path=usr/include/netinet/igmp.h
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 552 IP_OBJS += igmp.o ipmp.o ip.o ip6.o ip6_asp.o ip6_if.o ip6_ire.o \
|