Lines Matching refs:sroute
43 struct sroute { struct
44 RB_ENTRY(sroute) link;
50 static RB_HEAD(sroutes, sroute) sroutes = RB_INITIALIZER(&sroutes); argument
52 RB_PROTOTYPE(sroutes, sroute, link, sroute_compare);
62 sroute_compare(struct sroute *s1, struct sroute *s2) in sroute_compare()
69 sroute_index_append(struct asn_oid *oid, u_int sub, const struct sroute *s) in sroute_index_append()
80 sroute_print(const struct sroute *r)
100 struct sroute key; in mib_sroute_process()
101 struct sroute *r, *r1; in mib_sroute_process()
230 struct sroute *r, *r1; in mib_fetch_route()
284 static struct sroute *
287 struct sroute key; in sroute_get()
301 static struct sroute *
306 struct sroute key; in sroute_getnext()
307 struct sroute *best; in sroute_getnext()
308 struct sroute *s; in sroute_getnext()
381 struct sroute *r; in op_route_table()
514 RB_GENERATE(sroutes, sroute, link, sroute_compare);