Searched refs:copypktopts (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c2844 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) function
2847 printf("copypktopts: invalid argument\n");
2892 if ((error = copypktopts(dst, src, canwait)) != 0) {
3066 * XXX: copypktopts() does not copy the cached route to a next
3071 if ((error = copypktopts(opt, stickyopt, M_NOWAIT)) != 0)

Completed in 14 milliseconds