Searched refs:rip_hdr (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/ripd/
H A Dpacket.c41 int rip_hdr_sanity_check(struct rip_hdr *);
49 struct rip_hdr rip_hdr; local
51 bzero(&rip_hdr, sizeof(rip_hdr));
52 rip_hdr.version = RIP_VERSION;
53 rip_hdr.command = command;
55 return (ibuf_add(buf, &rip_hdr, sizeof(rip_hdr)));
95 struct rip_hdr *rip_hd local
220 rip_hdr_sanity_check(struct rip_hdr *rip_hdr) argument
[all...]
H A Drip.h47 #define RIP_HDR_LEN sizeof(struct rip_hdr)
50 struct rip_hdr { struct
H A Dauth.c242 pos = sizeof(struct rip_hdr) + sizeof(struct rip_auth) +

Completed in 165 milliseconds