Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dip6_var.h575 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t);
H A Dip6_output.c3414 ip6_copypktopts(struct ip6_pktopts *src, zalloc_flags_t canwait) in ip6_copypktopts() function
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_input.c2714 ip6_copypktopts(oinp->in6p_outputopts, in tcp_input()