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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Digmp.h14 struct igmp { struct
21 struct igmp_ip_t { /* Format of an igmp ip packet */
24 struct igmp igmp; member in struct:igmp_ip_t
H A Dnic.c749 struct igmp_ip_t igmp; local
750 igmp.router_alert[0] = 0x94;
751 igmp.router_alert[1] = 0x04;
752 igmp.router_alert[2] = 0;
753 igmp.router_alert[3] = 0;
755 1, IP_IGMP, sizeof(igmp.router_alert), sizeof(igmp), &igmp);
756 igmp.igmp
765 ip_transmit(sizeof(igmp), &igmp); local
777 struct igmp *igmp; local
836 struct igmp_ip_t igmp; local
842 1, IP_IGMP, sizeof(igmp.router_alert), sizeof(igmp), &igmp); local
848 ip_transmit(sizeof(igmp), &igmp); local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_igmp.c39 #include <netinet/igmp.h>
45 static void interpret_igmpv3qry(struct igmp *, int);
46 static void interpret_igmpv3rpt(struct igmp *, int);
55 struct igmp *igmp = (struct igmp *)data; local
65 switch (igmp->igmp_type) {
68 if (igmp->igmp_code == 0)
105 "Type = %d (%s)", igmp->igmp_type, pt);
107 "Max Response Time = %d", igmp
128 interpret_igmpv3qry(struct igmp *igmp, int ilen) argument
176 interpret_igmpv3rpt(struct igmp *igmp, int ilen) argument
[all...]
/illumos-gate/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
92 /* Aligned igmp header */
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_ef.c109 extra = sizeof(struct igmp);
H A Dipft_td.c160 extra = sizeof(struct igmp);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_srcid.c102 #include <netinet/igmp.h>
H A Dip6_output.c79 #include <netinet/igmp.h>
H A Dip_attr.c76 #include <netinet/igmp.h>
H A Dconn_opt.c83 #include <netinet/igmp.h>
H A Dip6_input.c93 #include <netinet/igmp.h>
H A Dip_input.c93 #include <netinet/igmp.h>
1589 * we need to see all igmp packets.
H A Dip_output.c78 #include <netinet/igmp.h>
H A Digmp.c69 #include <netinet/igmp.h>
121 * The first multicast join will trigger the igmp timers / mld timers
1379 * As part of multicast join and leave igmp we may need to send out an
1380 * igmp request. The igmp related state variables in the ilm are protected
1381 * by ill_mcast_lock. A single global igmp timer is used to track igmp timeouts.
1383 * starts the igmp timer if needed. It serializes multiple threads trying to
1386 * igmp_input() receives igmp queries and responds to the queries
H A Dip_mroute.c73 #include <netinet/igmp.h>
H A Dip.c94 #include <netinet/igmp.h>
9583 * - igmp fixed part (struct igmpstat)
H A Dip_if.c95 #include <netinet/igmp.h>
6858 * Used to start any igmp or mld timers that could not be started
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h45 #include <netinet/igmp.h>
1354 uint16_t illif_mcast_v2; /* [igmp|mld]_slowtimo */

Completed in 178 milliseconds