Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: dyoung
Date: Sun May 6 02:17:54 UTC 2007
Modified Files:
src/sys/net: route.c route.h
Log Message:
Factor rtcache_lookup2() out of rtcache_lookup1(), for re-use in
the IPv6 stack. rtcache_lookup2() takes an int * argument that it
writes with 1 if we had a cache 'hit', 0 if there was a cache
'miss'.
To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/net/route.c
cvs rdiff -r1.54 -r1.55 src/sys/net/route.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index