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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c587 struct tcphdr *nth; local
637 nth = (struct tcphdr *)(void *)(ip6 + 1);
643 nth = (struct tcphdr *)(void *)(ip + 1);
645 bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr));
659 nth = (struct tcphdr *)(void *)(ip6 + 1);
666 nth = (struct tcphdr *)(void *)(ip + 1);
668 if (th != nth) {
674 nth->th_sport = th->th_sport;
675 nth->th_dport = th->th_dport;
677 xchg(nth
[all...]

Completed in 16 milliseconds