Searched refs:IMSG (Results 1 – 1 of 1) sorted by relevance
90 #define IMSG imsg_buf.rip macro593 if (IMSG.rip_cmd != RIPCMD_RESPONSE) { in rip_input()595 IMSG.rip_cmd); in rip_input()598 (void) printf(gettext(" RIPv%1$d%2$s %3$d bytes\n"), IMSG.rip_vers, in rip_input()599 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "", in rip_input()615 n = IMSG.rip_nets; in rip_input()629 if (IMSG.rip_vers == RIPv1) { in rip_input()686 n == IMSG.rip_nets) { in rip_input()696 n == IMSG.rip_nets) { in rip_input()720 MD5Update(&md5_ctx, (uchar_t *)&IMSG, in rip_input()[all …]