Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dip6_var.h579 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t);
H A Dip6_output.c3513 ip6_copypktopts(struct ip6_pktopts *src, zalloc_flags_t canwait) in ip6_copypktopts() function
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_input.c2477 ip6_copypktopts(oinp->in6p_outputopts, Z_NOWAIT); in tcp_create_server_socket()