Home
last modified time | relevance | path

Searched refs:RIPCMD_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-rip.c53 #define RIPCMD_RESPONSE 2 /* responding to request */ macro
66 { RIPCMD_RESPONSE, "Response" },
339 case RIPCMD_RESPONSE: in rip_print()
/freebsd/include/protocols/
H A Drouted.h120 #define RIPCMD_RESPONSE 2 /* responding to request */ macro
/freebsd/sbin/routed/
H A Doutput.c73 ripv12_buf.rip.rip_cmd = RIPCMD_RESPONSE; in bufinit()
77 rip_v2_buf.rip.rip_cmd = RIPCMD_RESPONSE; in bufinit()
H A Dinput.c495 case RIPCMD_RESPONSE: in input()
H A Dtrace.c901 case RIPCMD_RESPONSE: in trace_rip()
/freebsd/sbin/routed/rtquery/
H A Drtquery.c611 if (IMSG.rip_cmd != RIPCMD_RESPONSE) { in rip_input()