Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 11:31:11 -0700 (PDT)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c mld6.c
Message-ID:  <200206291831.g5TIVBDo052351@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ume         2002/06/29 11:31:11 PDT

  Modified files:        (Branch: RELENG_4)
    sys/netinet          icmp6.h 
    sys/netinet6         icmp6.c mld6.c 
  Log:
  MFC: Revised MLD-related definitions
  - Used mld_xxx and MLD_xxx instead of mld6_xxx and MLD6_xxx according
    to the official defintions in rfc2292bis
    (macro definitions for backward compatibility were provided)
  - Changed the first member of mld_hdr{} from mld_hdr to mld_icmp6_hdr
    to avoid name space conflict in C++
  
          sys/netinet/icmp6.h:    1.8
          sys/netinet6/icmp6.c:   1.18
          sys/netinet6/mld6.c:    1.8
  
  Revision  Changes    Path
  1.2.2.5   +40 -16    src/sys/netinet/icmp6.h
  1.6.2.9   +8 -8      src/sys/netinet6/icmp6.c
  1.4.2.3   +47 -46    src/sys/netinet6/mld6.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206291831.g5TIVBDo052351>