Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c40 static const struct rip_sec_entry *rip_next_sec_entry(
41 const struct rip_sec_entry *, int);
49 const struct rip_sec_entry *rsep, *rsn; in interpret_rip()
122 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()
308 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()
311 rsep = rip->rip_tsol.rip_sec_entry; in interpret_rip()
418 static const struct rip_sec_entry *
419 rip_next_sec_entry(const struct rip_sec_entry *rsep, int len) in rip_next_sec_entry()
437 return ((const struct rip_sec_entry *)rep); in rip_next_sec_entry()
/illumos-gate/usr/src/head/protocols/
H A Drouted.h115 struct rip_sec_entry { struct
131 struct rip_sec_entry rip_sec_entry[1]; argument