Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtcp.h38 struct tcphdr { struct
54 static __inline struct tcphdr * argument
/freebsd/contrib/tcpdump/
H A Dtcp.h40 struct tcphdr { struct
41 nd_uint16_t th_sport; /* source port */
42 nd_uint16_t th_dport; /* destination port */
43 nd_uint32_t th_seq; /* sequence number */
44 nd_uint32_t th_ack; /* acknowledgement number */
45 nd_uint8_t th_offx2; /* data offset, rsvd */
46 nd_uint8_t th_flags;
47 nd_uint16_t th_win; /* window */
48 nd_uint16_t th_sum; /* checksum */
49 nd_uint16_t th_urp; /* urgent pointer */
/freebsd/sys/netinet/
H A Dtcp.h48 struct tcphdr { struct
49 u_short th_sport; /* source port */
50 u_short th_dport; /* destination port */
51 tcp_seq th_seq; /* sequence number */
52 tcp_seq th_ack; /* acknowledgement number */
54 u_char th_x2:4, /* upper 4 (reserved) flags */
55 th_off:4; /* data offset */
58 u_char th_off:4, /* data offset */
59 th_x2:4; /* upper 4 (reserved) flags */
83 __tcp_get_flags(const struct tcphdr *th) in __tcp_get_flags() argument
/freebsd/sys/netinet/libalias/
H A Dalias_local.h365 tcp_next(struct tcphdr *tcphdr) in tcp_next()
/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h471 struct tcphdr *tcp, tcphdr; in virtio_net_tx_offload_tso() local
H A Dif_vtnet.c2436 struct tcphdr *tcp, tcphdr; in vtnet_txq_offload_tso() local
/freebsd/sbin/natd/
H A Dnatd.c841 struct tcphdr* tcphdr; in FormatPacket() local