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

/freebsd-13-stable/include/protocols/
H A Drouted.h123 #define RIPCMD_REQUEST 1 /* want info */ macro
129 * RIPCMD_REQUEST with (RIP_AF_UNSPEC, RIP_DEFAULT). RFC 1058 says
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-rip.c46 #define RIPCMD_REQUEST 1 /* want info */ macro
54 { RIPCMD_REQUEST, "Request" },
231 case RIPCMD_REQUEST:
/freebsd-13-stable/sbin/routed/
H A Dtrace.c905 case RIPCMD_REQUEST:
913 && msg->rip_cmd == RIPCMD_REQUEST
H A Dinput.c201 case RIPCMD_REQUEST:
H A Doutput.c921 buf.rip_cmd = RIPCMD_REQUEST;
/freebsd-13-stable/sbin/routed/rtquery/
H A Drtquery.c386 OMSG.rip_cmd = (pflag) ? RIPCMD_POLL : RIPCMD_REQUEST;

Completed in 117 milliseconds