HomeSort by relevance Sort by last modified time
    Searched refs:ti_off (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
tcpip.h 54 #define ti_off ti_t.th_off macro
tcp_output.c 430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
tcp_subr.c 82 n->ti_off = 5;
154 ti->ti_off = sizeof (struct tcphdr) >> 2;
    [all...]
tcp_input.c 315 off = ti->ti_off << 2;
    [all...]
  /external/qemu/slirp-android/
tcpip.h 58 #define ti_off ti_t.th_off macro
tcp_output.c 430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
tcp_subr.c 84 n->ti_off = 5;
156 ti->ti_off = sizeof (struct tcphdr) >> 2;
tcp_input.c 315 off = ti->ti_off << 2;
    [all...]

Completed in 283 milliseconds