Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Dip6_var.h573 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t);
H A Dip6_output.c3412 ip6_copypktopts(struct ip6_pktopts *src, zalloc_flags_t canwait) in ip6_copypktopts() function
/xnu-10002.81.5/bsd/netinet/
H A Dtcp_input.c2770 ip6_copypktopts(oinp->in6p_outputopts, in tcp_input()