Searched refs:IMSG (Results 1 – 1 of 1) sorted by relevance
89 #define IMSG imsg_buf.rip macro611 if (IMSG.rip_cmd != RIPCMD_RESPONSE) { in rip_input()612 printf("\n unexpected response type %d\n", IMSG.rip_cmd); in rip_input()615 printf(" RIPv%d%s %d bytes\n", IMSG.rip_vers, in rip_input()616 (IMSG.rip_vers != RIPv1 && IMSG.rip_vers != RIPv2) ? " ?" : "", in rip_input()631 n = IMSG.rip_nets; in rip_input()643 if (IMSG.rip_vers == RIPv1) { in rip_input()694 && n == IMSG.rip_nets) { in rip_input()703 && n == IMSG.rip_nets) { in rip_input()726 MD5Update(&md5_ctx, (u_char *)&IMSG, in rip_input()[all …]