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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_subr.c488 struct tcphdr *nth; local
537 nth = (struct tcphdr *)(ip6 + 1);
543 nth = (struct tcphdr *)(ip + 1);
545 bcopy((caddr_t)th, (caddr_t)nth, sizeof(struct tcphdr));
557 nth = (struct tcphdr *)(ip6 + 1);
562 nth = (struct tcphdr *)(ip + 1);
564 if (th != nth) {
570 nth->th_sport = th->th_sport;
571 nth->th_dport = th->th_dport;
573 xchg(nth
[all...]

Completed in 49 milliseconds