Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 14:44:31 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in_pcb.c in_pcb.h
Message-ID:  <200210202144.g9KLiVsR082718@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/10/20 14:44:31 PDT

  Modified files:
    sys/netinet          in_pcb.c in_pcb.h 
  Log:
  Split out most of the logic from in_pcbbind() into a new function
  called in_pcbbind_setup() that does everything except commit the
  changes to the PCB. There should be no functional change here, but
  in_pcbbind_setup() will be used by the soon-to-appear IP_SENDSRCADDR
  control message implementation to check or allocate the source
  address and port.
  
  Discussed on:   -net
  Approved by:    re
  
  Revision  Changes    Path
  1.112     +64 -36    src/sys/netinet/in_pcb.c
  1.55      +2 -0      src/sys/netinet/in_pcb.h

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?200210202144.g9KLiVsR082718>