Searched refs:rip_cmd (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/include/protocols/
H A Drouted.h112 uint8_t rip_cmd; /* request/response */ member in struct:rip
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-rip.c54 nd_uint8_t rip_cmd; /* request/response */ member in struct:rip
338 print_unknown_data(ndo, (const uint8_t *)&rp->rip_cmd, "\n\t", length);
343 cmd = GET_U_1(rp->rip_cmd);
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c221 OMSG.rip_cmd = RIPCMD_TRACEON;
230 OMSG.rip_cmd = RIPCMD_TRACEON;
235 OMSG.rip_cmd = RIPCMD_TRACEOFF;
240 OMSG.rip_cmd = RIPCMD_TRACEON;
391 OMSG.rip_cmd = (pflag) ? RIPCMD_POLL : RIPCMD_REQUEST;
642 if (IMSG.rip_cmd != RIPCMD_RESPONSE) {
643 printf("\n unexpected response type %d\n", IMSG.rip_cmd);
/netbsd-current/sbin/routed/
H A Dtrace.c902 if (msg->rip_cmd >= RIPCMD_MAX
906 dir1, msg->rip_vers, msg->rip_cmd, dir2,
914 dir1, msg->rip_vers, ripcmds[msg->rip_cmd], dir2,
921 switch (msg->rip_cmd) {
930 && msg->rip_cmd == RIPCMD_REQUEST
H A Dinput.c170 rip->rip_cmd, naddr_ntoa(FROM_NADDR));
203 switch (rip->rip_cmd) {
477 if (rip->rip_cmd == RIPCMD_TRACEON) {
H A Doutput.c87 ripv12_buf.rip.rip_cmd = RIPCMD_RESPONSE;
91 rip_v2_buf.rip.rip_cmd = RIPCMD_RESPONSE;
946 buf.rip_cmd = RIPCMD_REQUEST;

Completed in 204 milliseconds