Home
last modified time | relevance | path

Searched refs:ti_off (Results 1 – 8 of 8) sorted by relevance

/external/qemu/slirp-android/
Dtcpip.h58 #define ti_off ti_t.th_off macro
Dtcp_subr.c84 n->ti_off = 5; in tcp_template()
156 ti->ti_off = sizeof (struct tcphdr) >> 2; in tcp_respond()
Dtcp_output.c430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
Dtcp_input.c315 off = ti->ti_off << 2; in tcp_input()
/external/qemu/slirp/
Dtcpip.h54 #define ti_off ti_t.th_off macro
Dtcp_output.c430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
Dtcp_subr.c82 n->ti_off = 5; in tcp_template()
154 ti->ti_off = sizeof (struct tcphdr) >> 2; in tcp_respond()
Dtcp_input.c315 off = ti->ti_off << 2; in tcp_input()