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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h95 #define ti_off ti_t.th_off
H A Dtcp.h88 th_off:4; /* data offset */ member in struct:tcphdr
91 unsigned int th_off:4, /* data offset */ member in struct:tcphdr
H A Dip_compat.h540 __u8 th_off:4;
542 __u8 th_off:4;
H A Dtcp_subr.c429 tcp_hdr->th_off = 5;
615 nth->th_off = sizeof (struct tcphdr) >> 2;
H A Dip_fw2.c429 int x = (tcp->th_off << 2) - sizeof(struct tcphdr);
1255 tcp->th_off = 5;
H A Dtcp_output.c1260 th->th_off = (sizeof (struct tcphdr) + optlen) >> 2;
H A Dtcp_input.c714 off = th->th_off << 2;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c855 - (ti.th.th_off << 2);
858 - off - (ti.th.th_off << 2);

Completed in 101 milliseconds