Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c62 char ripvers[4+3+1]; in interpret_rip() local
82 (void) strlcpy(ripvers, "RIP", sizeof (ripvers)); in interpret_rip()
84 (void) snprintf(ripvers, sizeof (ripvers), "RIPv%d", in interpret_rip()
106 "%s %s (%d destinations%s%s)", ripvers, cmdstr, in interpret_rip()
113 "%s %s File=\"%.*s\"", ripvers, cmdstr, len, in interpret_rip()
134 "%s %s (%d destinations%s)", ripvers, cmdstr, in interpret_rip()
140 "%s %d (%s)", ripvers, rip->rip_cmd, cmdstr); in interpret_rip()