Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-rip.c55 #define RIPCMD_RESPONSE 2 /* responding to request */ macro
63 { RIPCMD_RESPONSE, "Response" },
348 case RIPCMD_RESPONSE: in rip_print()
/dragonfly/include/protocols/
H A Drouted.h120 #define RIPCMD_RESPONSE 2 /* responding to request */ macro
/dragonfly/sbin/routed/
H A Doutput.c74 ripv12_buf.rip.rip_cmd = RIPCMD_RESPONSE; in bufinit()
78 rip_v2_buf.rip.rip_cmd = RIPCMD_RESPONSE; in bufinit()
H A Dinput.c470 case RIPCMD_RESPONSE: in input()
H A Dtrace.c880 case RIPCMD_RESPONSE: in trace_rip()
/dragonfly/sbin/routed/rtquery/
H A Drtquery.c596 if (IMSG.rip_cmd != RIPCMD_RESPONSE) { in rip_input()