Searched refs:aodv_ext (Results 1 – 1 of 1) sorted by relevance
161 struct aodv_ext { struct167 struct aodv_ext eh; /* extension header */ argument177 const struct aodv_ext *ep, u_int length) in aodv_extension()231 if (i >= sizeof(struct aodv_ext)) in aodv_rreq()232 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_rreq()259 if (i >= sizeof(struct aodv_ext)) in aodv_rrep()260 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_rrep()320 if (i >= sizeof(struct aodv_ext)) in aodv_v6_rreq()321 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_v6_rreq()348 if (i >= sizeof(struct aodv_ext)) in aodv_v6_rrep()[all …]