Searched refs:rip_sec_entry (Results 1 – 2 of 2) sorted by relevance
42 static const struct rip_sec_entry *rip_next_sec_entry(43 const struct rip_sec_entry *, int);51 const struct rip_sec_entry *rsep, *rsn; in interpret_rip()124 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()310 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()313 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()420 static const struct rip_sec_entry *421 rip_next_sec_entry(const struct rip_sec_entry *rsep, int len) in rip_next_sec_entry()439 return ((const struct rip_sec_entry *)rep); in rip_next_sec_entry()
117 struct rip_sec_entry { struct133 struct rip_sec_entry rip_sec_entry[1]; argument