git: inpcb: in_pcblookup_addrport -> in_pcblookup_localremote

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun Mar 16 04:50:29 PDT 2014


commit 9339f1a64fe5b24eae1f2147b72cd7d60379267f
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Mar 16 19:48:05 2014 +0800

    inpcb: in_pcblookup_addrport -> in_pcblookup_localremote
    
    Compared w/ in_pcblookup_local, in_pcblookup_addrport checks remote
    address and port (faddr,fport) too.  Renaming it to
    in_pcblookup_localremote to be consistent w/ in_pcblookup_local name.
    
    No functional changes.

Summary of changes:
 sys/netinet/in_pcb.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9339f1a64fe5b24eae1f2147b72cd7d60379267f


-- 
DragonFly BSD source repository



More information about the Commits mailing list