H A D | exthdrs.c | 1231 int newtype, char **p) in ipv6_renew_option() argument 1235 src = (renewtype == newtype ? new : old); in ipv6_renew_option() 1266 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options() argument 1273 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options() 1275 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options() 1277 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options() 1279 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options() 1301 newopt, newtype, &p); in ipv6_renew_options() 1304 newopt, newtype, &p); in ipv6_renew_options() 1308 newopt, newtype, &p); in ipv6_renew_options() [all …]
|