Ignore:
Timestamp:
May 19, 2003, 4:41:00 AM (22 years ago)
Author:
bird
Message:

#434: Initial tcpip header merges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/netinet/igmp.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r182 r183  
    11/* Modified for emx by hv 1996
     2 * Modified for gcc/os2 by bird 2003
    23 *
    34 * Copyright (c) 1988 Stephen Deering.
     
    4748 * IGMP packet format.
    4849 */
     50#ifndef TCPV40HDRS
     51#pragma pack(1)
     52#endif
    4953struct igmp {
    5054        u_char          igmp_type;      /* version & type of IGMP message  */
     
    5357        struct in_addr  igmp_group;     /* group address being reported    */
    5458};                                      /*  (zero for queries)             */
     59#ifndef TCPV40HDRS
     60#pragma pack()
     61#endif
    5562
    5663#define IGMP_MINLEN                  8
Note: See TracChangeset for help on using the changeset viewer.