freebsd-nq/sys/net
Julian Elischer 381dd1d2ca Submitted by: archie@whistle.com
This is a patch to sys/net/if.c. What it does is patch the algorithm
for finding an IP address on an interface which most closely matches
a given IP address. The problem with it is when no address matches,
and you have to just pick one at random. Then the code ends up picking
the last IP address in the list. This patch changes things so it
picks up the first address instead.
Usually the first address is more useful as the later ones are aliases.
1996-08-07 04:09:05 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c Changed some memcpy()'s back to bcopy()'s. 1996-06-08 08:19:03 +00:00
bpf.h
bpfdesc.h
bsd_comp.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
ethernet.h Megacommit to straigthen out ETHER_ mess. 1996-08-06 21:14:36 +00:00
fddi.h
if_arp.h
if_disc.c Change the use if ifnet.if_lastchange to be more in line with 1996-06-10 23:07:36 +00:00
if_dl.h
if_ethersubr.c use <net/ethernet.h> 1996-08-05 14:03:10 +00:00
if_fddisubr.c Change the use if ifnet.if_lastchange to be more in line with 1996-06-10 23:07:36 +00:00
if_llc.h
if_loop.c Set IFF_RUNNING on the loopback interface. 1996-06-19 16:24:10 +00:00
if_mib.c Add better support for retrieving management information from network 1996-07-30 19:17:07 +00:00
if_mib.h Add better support for retrieving management information from network 1996-07-30 19:17:07 +00:00
if_ppp.c Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running) 1996-07-21 17:14:06 +00:00
if_ppp.h
if_pppvar.h
if_sl.c Remove another extraneous setting of if_lastchange 1996-06-24 21:56:39 +00:00
if_slvar.h Prevent mixing of static and dynamic unit allocation strategies 1996-05-13 14:09:34 +00:00
if_sppp.h
if_spppsubr.c Add $Id$ 1996-06-10 23:17:45 +00:00
if_tun.c Remove an un-necessary call to microtime() to set if_lastchange 1996-06-23 00:51:05 +00:00
if_tun.h
if_types.h
if.c Submitted by: archie@whistle.com 1996-08-07 04:09:05 +00:00
if.h Add a callback pointer to the interfaces "init" routine. 1996-08-04 10:54:13 +00:00
netisr.h Obtained from: netatalk distribution netatalk@itd.umich.edu 1996-05-24 01:35:45 +00:00
ppp_comp.h
ppp_defs.h
ppp_tty.c The Great PC98 Merge. 1996-06-14 11:02:28 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c Disallow host routes that point to themselves. These routes serve no 1996-07-10 01:34:36 +00:00
route.h
rtsock.c Disallow host routes that point to themselves. These routes serve no 1996-07-10 01:34:36 +00:00
slcompress.c
slcompress.h
slip.h