Searched refs:iph_ext (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c306 struct tmp_ext *iph_ext; local
310 extlen += sizeof(*iph_ext);
313 iph_ext = ah_tmp_ext(iph_base);
314 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen);
321 memcpy(&top_iph->saddr, iph_ext, extlen);
323 memcpy(&top_iph->daddr, iph_ext, extlen);
348 struct tmp_ext *iph_ext; local
360 extlen += sizeof(*iph_ext);
367 iph_ext = ah_tmp_ext(iph_base);
368 icv = ah_tmp_icv(ahash, iph_ext, extle
[all...]

Completed in 35 milliseconds