Searched refs:aodv_ext (Results 1 – 1 of 1) sorted by relevance
166 struct aodv_ext { struct172 struct aodv_ext eh; /* extension header */ argument182 const struct aodv_ext *ep, u_int length) in aodv_extension()229 if (i >= sizeof(struct aodv_ext)) in aodv_rreq()230 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_rreq()257 if (i >= sizeof(struct aodv_ext)) in aodv_rrep()258 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_rrep()323 if (i >= sizeof(struct aodv_ext)) in aodv_v6_rreq()324 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_v6_rreq()359 if (i >= sizeof(struct aodv_ext)) in aodv_v6_rrep()[all …]