Searched defs:igmp (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | igmp.h | 14 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 D | nic.c | 749 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 D | snoop_igmp.c | 39 #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 D | igmp.h | 50 struct igmp { struct 92 /* Aligned igmp header */
|
Completed in 4360 milliseconds