cvs commit: src/sys/netinet ip_demux.c udp_var.h

Jeffrey Hsu hsu at crater.dragonflybsd.org
Mon Apr 5 02:18:21 PDT 2004


hsu         2004/04/05 02:17:48 PDT

DragonFly src repository

  Modified files:
    sys/netinet          ip_demux.c udp_var.h 
  Log:
  Consistently use "foreign" and "local", which are invariant on the
  host machine, instead of "src" and "dst", which varies according
  to whether a packet is being received or sent.
  
  Revision  Changes    Path
  1.14      +13 -14    src/sys/netinet/ip_demux.c
  1.8       +2 -2      src/sys/netinet/udp_var.h


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/ip_demux.c.diff?r1=1.13&r2=1.14&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/udp_var.h.diff?r1=1.7&r2=1.8&f=h





More information about the Commits mailing list