Home
last modified time | relevance | path

Searched refs:aodv_ext (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-aodv.c166 struct aodv_ext { struct
172 struct aodv_ext eh; /* extension header */ argument
182 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 …]