Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dtcp.h41 struct tcphdr { struct
42 uint16_t th_sport; /* source port */
43 uint16_t th_dport; /* destination port */
44 tcp_seq th_seq; /* sequence number */
45 tcp_seq th_ack; /* acknowledgement number */
46 uint8_t th_offx2; /* data offset, rsvd */
47 uint8_t th_flags;
48 uint16_t th_win; /* window */
49 uint16_t th_sum; /* checksum */
50 uint16_t th_urp; /* urgent pointer */
/freebsd-12-stable/sys/netinet/
Dtcp.h52 struct tcphdr { struct
53 u_short th_sport; /* source port */
54 u_short th_dport; /* destination port */
55 tcp_seq th_seq; /* sequence number */
56 tcp_seq th_ack; /* acknowledgement number */
58 u_char th_x2:4, /* (unused) */
59 th_off:4; /* data offset */
62 u_char th_off:4, /* data offset */
63 th_x2:4; /* (unused) */
65 u_char th_flags;
[all …]
/freebsd-12-stable/sys/netinet/libalias/
Dalias_local.h367 tcp_next(struct tcphdr *tcphdr) in tcp_next()
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmip.h121 cvmip_tcp_hdr_t tcphdr; member
/freebsd-12-stable/sbin/natd/
Dnatd.c844 struct tcphdr* tcphdr; in FormatPacket() local
/freebsd-12-stable/sys/dev/netmap/
Dif_ptnet.c1393 struct tcphdr *tcp, tcphdr; in ptnet_tx_offload_tso() local
/freebsd-12-stable/sys/dev/virtio/network/
Dif_vtnet.c2066 struct tcphdr *tcp, tcphdr; in vtnet_txq_offload_tso() local