Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Droute.h142 struct rtentry { struct
154 struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */ argument
156 struct rtentry *); argument
158 struct rtentry *rt_parent; /* cloning parent of this route */ argument
159 int rt_cpuid; /* owner cpu */
160 struct sockaddr *rt_shim[3]; /* mpls label / operation array */
/dflybsd-src/usr.bin/netstat/
H A Droute.c257 struct rtentry rtentry; in size_cols_tree() local
436 struct rtentry rtentry; in p_tree() local
/dflybsd-src/sys/netinet6/
H A Din6.c150 void (*callback)(int, int, struct rt_addrinfo *, struct rtentry *, void *)) in in6_ifloop_request()