CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/05 07:03:02
Modified files:
sys/netinet : ip_input.c ip_output.c ip_var.h
Log message:
Kill in_iawithaddr() and use ifa_ifwithaddr() directly.
Note that ifa_ifwithaddr() might return a broadcast address, so if you
don't want one make sure to filter them out.
ok mikeb@
