CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/02 04:41:40
Modified files:
sys/netinet : raw_ip.c
Log message:
Simply use ifa_ifwithaddr() to check if the binding address is on the
system. This function checks for unicast and broadcast addresses, so
there is no need to do two lookups instead of one.
Inputs & ok jca@, ok mikeb@
