HomeSort by relevance Sort by last modified time
    Searched defs:igmp (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
igmp.h 4 /* Max interval between IGMP packets */
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
nic.c 14 IGMP - RFC1112, RFC2113, RFC2365, RFC2236, RFC3171
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.type = IGMPv2_REPORT
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...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
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
61 (void) snprintf(line, MAXLINE, "Malformed IGMP packet");
65 switch (igmp->igmp_type) {
68 if (igmp->igmp_code == 0)
98 (void) snprintf(line, MAXLINE, "IGMP %s", pt)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/netinet/
igmp.h 38 * Internet Group Management Protocol (IGMP) definitions.
48 * IGMP packet format.
50 struct igmp { struct
51 uchar_t igmp_type; /* version & type of IGMP message */
59 uchar_t igmp3r_type; /* version & type of IGMP message */
76 uchar_t igmp3q_type; /* type of IGMP message */
86 uint8_t igmp_type; /* version & type of IGMP message */
92 /* Aligned igmp header */
94 uint8_t igmpa_type; /* version & type of IGMP message */
102 uint8_t igmp3ra_type; /* version & type of IGMP message *
    [all...]

Completed in 370 milliseconds