Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_var.h584 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t);
H A Dip6_output.c3466 ip6_copypktopts(struct ip6_pktopts *src, zalloc_flags_t canwait) in ip6_copypktopts() function
/xnu-11215.1.10/bsd/netinet/
H A Dtcp_input.c2823 ip6_copypktopts(oinp->in6p_outputopts, in tcp_input()