Lines Matching refs:IMSG
89 #define IMSG imsg_buf.rip macro
611 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()
727 (char *)na-(char *)&IMSG in rip_input()
760 (IMSG.rip_vers == RIPv1) ? " ?" : ""); in rip_input()
764 (IMSG.rip_vers == RIPv1) ? " ?" : ""); in rip_input()