Searched defs:rip6 (Results 1 – 2 of 2) sorted by relevance
54 struct rip6 { struct55 uint8_t rip6_cmd; /* request/response */ argument56 uint8_t rip6_vers; /* protocol version # */ argument57 uint16_t rip6_res1; /* pad to 32-bit boundary */ argument58 struct netinfo6 rip6_nets[1]; /* variable length... */ argument
51 interpret_rip6(int flags, struct rip6 *rip6, int fraglen) in interpret_rip6()