Lines Matching refs:cmdstr
53 const char *cmdstr, *auth; in interpret_rip() local
68 case RIPCMD_REQUEST: cmdstr = "C"; break; in interpret_rip()
69 case RIPCMD_RESPONSE: cmdstr = "R"; break; in interpret_rip()
70 case RIPCMD_TRACEON: cmdstr = "Traceon"; break; in interpret_rip()
71 case RIPCMD_TRACEOFF: cmdstr = "Traceoff"; break; in interpret_rip()
72 case RIPCMD_POLL: cmdstr = "Poll"; break; in interpret_rip()
73 case RIPCMD_POLLENTRY: cmdstr = "Poll entry"; break; in interpret_rip()
74 case RIPCMD_SEC_RESPONSE: cmdstr = "R - SEC"; break; in interpret_rip()
75 case RIPCMD_SEC_T_RESPONSE: cmdstr = "R - SEC_T"; break; in interpret_rip()
76 default: cmdstr = "?"; break; in interpret_rip()
104 "%s %s (%d destinations%s%s)", ripvers, cmdstr, in interpret_rip()
111 "%s %s File=\"%.*s\"", ripvers, cmdstr, len, in interpret_rip()
132 "%s %s (%d destinations%s)", ripvers, cmdstr, in interpret_rip()
138 "%s %d (%s)", ripvers, rip->rip_cmd, cmdstr); in interpret_rip()