Searched refs:IMSG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c90 #define IMSG imsg_buf.rip macro
593 if (IMSG.rip_cmd != RIPCMD_RESPONSE) {
595 IMSG.rip_cmd);
598 (void) printf(gettext(" RIPv%1$d%2$s %3$d bytes\n"), IMSG.rip_vers,
599 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "",
615 n = IMSG.rip_nets;
629 if (IMSG.rip_vers == RIPv1) {
686 n == IMSG.rip_nets) {
696 n == IMSG
[all...]

Completed in 47 milliseconds