nigmph.inc 502 B

12345678910111213141516171819202122
  1. type
  2. Pigmp = ^igmp;
  3. igmp = record
  4. igmp_type : u_int8_t;
  5. igmp_code : u_int8_t;
  6. igmp_cksum : u_int16_t;
  7. igmp_group : in_addr;
  8. end;
  9. const
  10. IGMP_MEMBERSHIP_QUERY = $11;
  11. IGMP_V1_MEMBERSHIP_REPORT = $12;
  12. IGMP_V2_MEMBERSHIP_REPORT = $16;
  13. IGMP_V2_LEAVE_GROUP = $17;
  14. { ---------------------------------------------------------------------
  15. Borland compatibility types
  16. ---------------------------------------------------------------------}
  17. // Type