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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h96 #define ti_flags ti_t.th_flags
H A Dtcp.h94 unsigned char th_flags; member in struct:tcphdr
H A Dtcp_debug.c225 flags = th->th_flags;
229 if (th->th_flags & TH_##f) { \
H A Dip_fw2.c1268 tcp->th_flags = TH_RST;
1274 tcp->th_flags = TH_RST | TH_ACK;
1294 tcp->th_flags = TH_ACK;
1337 if ( (tcp->th_flags & TH_RST) == 0) {
1340 tcp->th_flags | TH_RST);
1562 args->f_id.flags = tcp->th_flags;
1954 L3HDR(struct tcphdr,ip)->th_flags));
1984 (L3HDR(struct tcphdr,ip)->th_flags &
H A Dtcp_input.c426 flags = q->tqe_th->th_flags & TH_FIN;
752 (th->th_flags & TH_SYN) == 0) {
759 thflags = th->th_flags;
2891 thflags = th->th_flags & TH_FIN;
3185 if (!(th->th_flags & TH_SYN))
3194 if (!(th->th_flags & TH_SYN))
3215 if (th->th_flags & TH_SYN) {
3225 if (th->th_flags & TH_SYN)
3238 if (th->th_flags & TH_SYN)
H A Dip_compat.h545 __u8 th_flags;
H A Dtcp_output.c1262 th->th_flags = flags;
1296 th->th_flags |= TH_URG;
H A Dtcp_subr.c430 tcp_hdr->th_flags = 0;
616 nth->th_flags = flags;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpthread_internal.h148 int th_flags; member in struct:threadlist
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dpthread_synch.c1247 if ((tl->th_flags & TH_LIST_RUNNING) &&
1319 if ( (tl->th_flags & TH_LIST_BLOCKED) )
1333 KERNEL_DEBUG(0xefffd030, (int)tl->th_thread, wq->wq_nthreads, tl->th_flags & TH_LIST_BLOCKED, 0, 0);
1418 tl->th_flags = TH_LIST_INITED | TH_LIST_SUSPENDED;
1833 if ((tl->th_flags & TH_LIST_SUSPENDED) == TH_LIST_SUSPENDED) {
1834 tl->th_flags &= ~TH_LIST_SUSPENDED;
1836 } else if ((tl->th_flags & TH_LIST_BLOCKED) == TH_LIST_BLOCKED) {
1837 tl->th_flags &= ~TH_LIST_BLOCKED;
1840 tl->th_flags |= TH_LIST_RUNNING;
1930 tl->th_flags
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c238 ((tcp6->th_flags & (IPV6_FW_TCPF_RST | IPV6_FW_TCPF_ACK |
242 flg_set = tcp6->th_flags & f->fw_tcpf;
243 flg_clr = tcp6->th_flags & f->fw_tcpnf;
839 if (offset != 0 || (tcp->th_flags & TH_RST))
847 if (ti.th.th_flags & TH_ACK) {

Completed in 112 milliseconds