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