Searched refs:IMSG (Results 1 – 1 of 1) sorted by relevance
88 #define IMSG imsg_buf.rip macro591 if (IMSG.rip_cmd != RIPCMD_RESPONSE) { in rip_input()593 IMSG.rip_cmd); in rip_input()596 (void) printf(gettext(" RIPv%1$d%2$s %3$d bytes\n"), IMSG.rip_vers, in rip_input()597 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "", in rip_input()613 n = IMSG.rip_nets; in rip_input()627 if (IMSG.rip_vers == RIPv1) { in rip_input()684 n == IMSG.rip_nets) { in rip_input()694 n == IMSG.rip_nets) { in rip_input()718 MD5Update(&md5_ctx, (uchar_t *)&IMSG, in rip_input()[all …]