Home
last modified time | relevance | path

Searched refs:rip_sec_entry (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c42 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()
/titanic_41/usr/src/head/protocols/
H A Drouted.h117 struct rip_sec_entry { struct
133 struct rip_sec_entry rip_sec_entry[1]; member