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

/freebsd-11-stable/include/protocols/
H A Drouted.h121 #define RIPCMD_REQUEST 1 /* want info */ macro
127 * RIPCMD_REQUEST with (RIP_AF_UNSPEC, RIP_DEFAULT). RFC 1058 says
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rip.c46 #define RIPCMD_REQUEST 1 /* want info */ macro
54 { RIPCMD_REQUEST, "Request" },
231 case RIPCMD_REQUEST:
/freebsd-11-stable/sbin/routed/
H A Dtrace.c918 case RIPCMD_REQUEST:
926 && msg->rip_cmd == RIPCMD_REQUEST
H A Dinput.c206 case RIPCMD_REQUEST:
H A Doutput.c926 buf.rip_cmd = RIPCMD_REQUEST;
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c384 OMSG.rip_cmd = (pflag) ? RIPCMD_POLL : RIPCMD_REQUEST;

Completed in 69 milliseconds