Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2009 10:59:34 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_cm.c src/sys/net if.c if_var.h route.c src/sys/netinet in_pcb.c raw_ip.c src/sys/netipx ipx_pcb.c
Message-ID:  <200906221101.n5MB1A69085290@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-06-22 10:59:34 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_cm.c 
    sys/net              if.c if_var.h route.c 
    sys/netinet          in_pcb.c raw_ip.c 
    sys/netipx           ipx_pcb.c 
  Log:
  SVN rev 194622 on 2009-06-22 10:59:34Z by rwatson
  
  Add a new function, ifa_ifwithaddr_check(), which rather than returning
  a pointer to an ifaddr matching the passed socket address, returns a
  boolean indicating whether one was present.  In the (near) future,
  ifa_ifwithaddr() will return a referenced ifaddr rather than a raw
  ifaddr pointer, and the new wrapper will allow callers that care only
  about the boolean condition to avoid having to free that reference.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.4       +4 -3      src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cm.c
  1.344     +16 -2     src/sys/net/if.c
  1.147     +1 -0      src/sys/net/if_var.h
  1.159     +1 -1      src/sys/net/route.c
  1.254     +1 -1      src/sys/netinet/in_pcb.c
  1.216     +1 -1      src/sys/netinet/raw_ip.c
  1.52      +1 -1      src/sys/netipx/ipx_pcb.c



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