Home
last modified time | relevance | path

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.c88 #define IMSG imsg_buf.rip macro
591 if (IMSG.rip_cmd != RIPCMD_RESPONSE) { in rip_input()
593 IMSG.rip_cmd); 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()
719 (char *)na-(char *)&IMSG); in rip_input()
[all …]