Home
last modified time | relevance | path

Searched defs:rip_hdr (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Drip.h50 struct rip_hdr { struct
51 u_int8_t command;
52 u_int8_t version;
53 u_int16_t dummy;
H A Dpacket.c49 struct rip_hdr rip_hdr; in gen_rip_hdr() local
95 struct rip_hdr *rip_hdr; in recv_packet() local
220 rip_hdr_sanity_check(struct rip_hdr *rip_hdr) in rip_hdr_sanity_check()