Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 1999 09:20:35 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bridge.c src/sys/netinet in.h ip_dummynet.c ip_input.c ip_output.c
Message-ID:  <199905041620.JAA72960@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       1999/05/04 09:20:35 PDT

  Modified files:
    sys/net              bridge.c 
    sys/netinet          in.h ip_dummynet.c ip_input.c ip_output.c 
  Log:
  Free the dummynet descriptor in ip_dummynet, not in the called
  routines. The descriptor contains parameters which could be used
  within those routines (eg. ip_output() ).
  
  On passing, add IPPROTO_PGM entry to netinet/in.h
  
  Revision  Changes    Path
  1.12      +1 -3      src/sys/net/bridge.c
  1.41      +3 -2      src/sys/netinet/in.h
  1.14      +5 -4      src/sys/netinet/ip_dummynet.c
  1.119     +1 -3      src/sys/netinet/ip_input.c
  1.90      +1 -3      src/sys/netinet/ip_output.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?199905041620.JAA72960>