Home
last modified time | relevance | path

Searched defs:ortentry (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/sys/net/
H A Droute.h83 struct ortentry { struct
84 u_long rt_hash; /* to speed lookups */
85 struct sockaddr rt_dst; /* key */
86 struct sockaddr rt_gateway; /* value */
87 short rt_flags; /* up/down?, host/net */
88 short rt_refcnt; /* # held references */
89 u_long rt_use; /* raw # packets forwarded */
90 struct ifnet *rt_ifp; /* the answer: interface to use */