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

  /bionic/libc/include/netinet/
tcp.h 35 #define tcphdr __kernel_tcphdr macro
37 #undef tcphdr macro
41 struct tcphdr { struct
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
tcp.h 50 /* Flag definitions for tcphdr.th_flags */
66 struct tcphdr { struct
  /external/tcpdump/
tcp.h 41 struct tcphdr { struct
  /external/iproute2/include/netinet/
tcp.h 63 struct tcphdr struct
90 struct tcphdr struct
  /bionic/libc/kernel/uapi/linux/
tcp.h 24 struct tcphdr { struct
41 struct tcphdr hdr;
  /external/iproute2/include/uapi/linux/
tcp.h 25 struct tcphdr { struct
66 struct tcphdr hdr;
  /external/kernel-headers/original/uapi/linux/
tcp.h 25 struct tcphdr { struct
66 struct tcphdr hdr;
  /external/syzkaller/executor/
common_linux.h 436 struct tcphdr* tcphdr; local
448 if (length < sizeof(struct ethhdr) + iphdr->ihl * 4 + sizeof(struct tcphdr))
450 tcphdr = (struct tcphdr*)&data[sizeof(struct ethhdr) + iphdr->ihl * 4];
458 if (length < sizeof(struct ethhdr) + sizeof(struct ipv6hdr) + sizeof(struct tcphdr))
460 tcphdr = (struct tcphdr*)&data[sizeof(struct ethhdr) + sizeof(struct ipv6hdr)];
464 NONFAILING(res->seq = htonl((ntohl(tcphdr->seq) + (uint32)a1)));
465 NONFAILING(res->ack = htonl((ntohl(tcphdr->ack_seq) + (uint32)a2)))
    [all...]

Completed in 300 milliseconds