Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dtcp_subr.c942 struct tcphdr *nth; in tcp_respond() local
993 (sizeof(*ip6) + sizeof(*nth))); in tcp_respond()
997 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()
1000 (sizeof(*ip) + sizeof(*nth))); in tcp_respond()
1003 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()
1005 bcopy(th, nth, sizeof(struct tcphdr)); in tcp_respond()
1028 nth = (struct tcphdr *)(void *)(ip6 + 1); in tcp_respond()
1033 nth = (struct tcphdr *)(void *)(ip + 1); in tcp_respond()
1035 if (th != nth) { in tcp_respond()
1041 nth->th_sport = th->th_sport; in tcp_respond()
[all …]
/xnu-12377.81.4/tools/lldbmacros/core/
H A Doperating_system.py809 nth = self.thread_cache[th_id]
810 self.threads.append(nth)
811 self.thread_cache[nth['tid']] = nth