Searched refs:tcphdr (Results 1 – 18 of 18) sorted by relevance
/external/tcpdump/ |
D | print-tcp.c | 62 static int tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp, 115 register const struct tcphdr *tp, in tcp_cksum() 146 static int tcp6_cksum(const struct ip6_hdr *ip6, const struct tcphdr *tp, in tcp6_cksum() 194 register const struct tcphdr *tp; in tcp_print() 206 tp = (struct tcphdr *)bp; in tcp_print() 735 tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp, in tcp_verify_signature() 738 struct tcphdr tp1; in tcp_verify_signature() 789 MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr)); in tcp_verify_signature()
|
D | print-sl.c | 146 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]); in sliplink_print() 236 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]); in compressed_sl_print()
|
D | tcp.h | 42 struct tcphdr { struct
|
/external/iproute2/include/netinet/ |
D | tcp.h | 63 struct tcphdr struct 90 struct tcphdr argument
|
/external/iptables/include/linux/netfilter/ |
D | xt_osf.h | 85 struct tcphdr tcp;
|
/external/kernel-headers/original/linux/ |
D | tcp.h | 23 struct tcphdr { struct 64 struct tcphdr hdr; argument
|
D | skbuff.h | 242 struct tcphdr *th;
|
/external/qemu/slirp-android/ |
D | tcpip.h | 45 struct tcphdr ti_t; /* tcp header */
|
D | tcp_input.c | 316 if (off < sizeof (struct tcphdr) || off > tlen) { in tcp_input() 322 if (off > sizeof (struct tcphdr)) { in tcp_input() 323 optlen = off - sizeof (struct tcphdr); in tcp_input() 358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 691 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 692 m->m_len += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input()
|
D | tcp.h | 56 struct tcphdr { struct
|
D | tcp_output.c | 430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2; 466 ti->ti_len = htons((u_int16_t)(sizeof (struct tcphdr) +
|
D | tcp_subr.c | 147 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); in tcp_respond() 156 ti->ti_off = sizeof (struct tcphdr) >> 2; in tcp_respond()
|
/external/qemu/slirp/ |
D | tcpip.h | 41 struct tcphdr ti_t; /* tcp header */
|
D | tcp_input.c | 316 if (off < sizeof (struct tcphdr) || off > tlen) { in tcp_input() 322 if (off > sizeof (struct tcphdr)) { in tcp_input() 323 optlen = off - sizeof (struct tcphdr); in tcp_input() 358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 359 m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 685 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input() 686 m->m_len += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); in tcp_input()
|
D | tcp.h | 50 struct tcphdr { struct
|
D | tcp_output.c | 430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2; 466 ti->ti_len = htons((u_int16_t)(sizeof (struct tcphdr) +
|
D | tcp_subr.c | 145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); in tcp_respond() 154 ti->ti_off = sizeof (struct tcphdr) >> 2; in tcp_respond()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 27 %23 = type { %struct.tcphdr* } 101 %struct.tcphdr = type { i16, i16, i32, i32, i8, i8, i16, i16, i16 }
|