Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/tcpdump/
HDtcp.h42 struct tcphdr { struct
43 u_int16_t th_sport; /* source port */
44 u_int16_t th_dport; /* destination port */
45 tcp_seq th_seq; /* sequence number */
46 tcp_seq th_ack; /* acknowledgement number */
47 u_int8_t th_offx2; /* data offset, rsvd */
48 u_int8_t th_flags;
49 u_int16_t th_win; /* window */
50 u_int16_t th_sum; /* checksum */
51 u_int16_t th_urp; /* urgent pointer */
/trueos/sys/netinet/
HDtcp.h50 struct tcphdr { struct
51 u_short th_sport; /* source port */
52 u_short th_dport; /* destination port */
53 tcp_seq th_seq; /* sequence number */
54 tcp_seq th_ack; /* acknowledgement number */
56 u_char th_x2:4, /* (unused) */
57 th_off:4; /* data offset */
60 u_char th_off:4, /* data offset */
61 th_x2:4; /* (unused) */
63 u_char th_flags;
[all …]
/trueos/sys/netinet/libalias/
HDalias_local.h389 tcp_next(struct tcphdr *tcphdr) in tcp_next()
/trueos/sys/contrib/octeon-sdk/
HDcvmip.h121 cvmip_tcp_hdr_t tcphdr; member
/trueos/sbin/natd/
HDnatd.c844 struct tcphdr* tcphdr; in FormatPacket() local
/trueos/sys/dev/vmware/vmxnet3/
HDif_vmx.c2677 struct tcphdr *tcp, tcphdr; in vmxnet3_txq_offload_ctx() local
/trueos/sys/dev/virtio/network/
HDif_vtnet.c2025 struct tcphdr *tcp, tcphdr; in vtnet_txq_offload_tso() local