HomeSort by relevance Sort by last modified time
    Searched refs:tcphdr (Results 26 - 30 of 30) sorted by null

12

  /external/qemu/slirp/
tcp_input.c 316 if (off < sizeof (struct tcphdr) || off > tlen) {
322 if (off > sizeof (struct tcphdr)) {
323 optlen = off - sizeof (struct tcphdr);
358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
685 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
686 m->m_len += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
    [all...]
tcp_subr.c 145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
154 ti->ti_off = sizeof (struct tcphdr) >> 2;
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 316 if (off < sizeof (struct tcphdr) || off > tlen) {
322 if (off > sizeof (struct tcphdr)) {
323 optlen = off - sizeof (struct tcphdr);
358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
691 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
692 m->m_len += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
    [all...]
tcp_subr.c 147 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
156 ti->ti_off = sizeof (struct tcphdr) >> 2;
  /external/kernel-headers/original/linux/
skbuff.h 242 struct tcphdr *th;
    [all...]

Completed in 396 milliseconds

12