Home
last modified time | relevance | path

Searched refs:tcphdr (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/core/
H A Dtcp_out.c420 tcphdr = p->payload; in tcp_output()
427 tcphdr->urgp = 0; in tcp_output()
430 tcphdr->chksum = 0; in tcp_output()
495 if (TCP_SEQ_LT(ntohl(seg->tcphdr->seqno), ntohl(useg->tcphdr->seqno))){ in tcp_output()
554 htonl(seg->tcphdr->seqno), htonl(seg->tcphdr->seqno) + in tcp_output_segment()
590 tcphdr = p->payload; in tcp_rst()
597 tcphdr->urgp = 0; in tcp_rst()
600 tcphdr->chksum = 0; in tcp_rst()
688 tcphdr = p->payload; in tcp_keepalive()
694 tcphdr->urgp = 0; in tcp_keepalive()
[all …]
H A Dtcp_in.c107 tcp_debug_print(tcphdr); in tcp_input()
152 tcphdr->src = ntohs(tcphdr->src); in tcp_input()
153 tcphdr->dest = ntohs(tcphdr->dest); in tcp_input()
154 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input()
155 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input()
156 tcphdr->wnd = ntohs(tcphdr->wnd); in tcp_input()
255 inseg.tcphdr = tcphdr; in tcp_input()
327 tcphdr->dest, tcphdr->src); in tcp_input()
356 tcphdr->dest, tcphdr->src); in tcp_listen_input()
506 tcphdr->dest, tcphdr->src); in tcp_process()
[all …]
/dports/net-mgmt/packit/packit-1.8/src/
H A Dprint_tcp_hdr.c37 struct libnet_tcp_hdr *tcphdr; in print_tcp_hdr() local
49 if (tcphdr->th_flags & TH_URG) in print_tcp_hdr()
51 if (tcphdr->th_flags & TH_ACK) in print_tcp_hdr()
53 if (tcphdr->th_flags & TH_PUSH) in print_tcp_hdr()
55 if (tcphdr->th_flags & TH_RST) in print_tcp_hdr()
57 if (tcphdr->th_flags & TH_SYN) in print_tcp_hdr()
59 if (tcphdr->th_flags & TH_FIN) in print_tcp_hdr()
65 htons(tcphdr->th_sport), htons(tcphdr->th_dport), flags); in print_tcp_hdr()
67 if (tcphdr->th_seq > 0) in print_tcp_hdr()
69 if (tcphdr->th_ack > 0) in print_tcp_hdr()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Dtcp_in.c168 tcphdr->src = ntohs(tcphdr->src); in tcp_input()
169 tcphdr->dest = ntohs(tcphdr->dest); in tcp_input()
170 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input()
171 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input()
172 tcphdr->wnd = ntohs(tcphdr->wnd); in tcp_input()
272 inseg.tcphdr = tcphdr; in tcp_input()
370 tcphdr->dest, tcphdr->src); in tcp_input()
405 tcphdr->dest, tcphdr->src); in tcp_listen_input()
498 tcphdr->dest, tcphdr->src); in tcp_timewait_input()
627 tcphdr->dest, tcphdr->src); in tcp_process()
[all …]
H A Dtcp_out.c71 tcphdr->seqno = seqno_be; in tcp_output_set_header()
75 tcphdr->urgp = 0; in tcp_output_set_header()
77 tcphdr->chksum = 0; in tcp_output_set_header()
82 return tcphdr; in tcp_output_set_header()
357 (ntohl(useg->tcphdr->seqno) + useg->len == ntohl(queue->tcphdr->seqno)) ) { in tcp_enqueue()
738 htonl(seg->tcphdr->seqno), htonl(seg->tcphdr->seqno) + in tcp_output_segment()
801 tcphdr = p->payload; in tcp_rst()
808 tcphdr->urgp = 0; in tcp_rst()
811 tcphdr->chksum = 0; in tcp_rst()
883 TCP_SEQ_LT(ntohl((*cur_seg)->tcphdr->seqno), ntohl(seg->tcphdr->seqno))) { in tcp_rexmit()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Dtcp_in.c168 tcphdr->src = ntohs(tcphdr->src); in tcp_input()
169 tcphdr->dest = ntohs(tcphdr->dest); in tcp_input()
170 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input()
171 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input()
172 tcphdr->wnd = ntohs(tcphdr->wnd); in tcp_input()
272 inseg.tcphdr = tcphdr; in tcp_input()
370 tcphdr->dest, tcphdr->src); in tcp_input()
405 tcphdr->dest, tcphdr->src); in tcp_listen_input()
498 tcphdr->dest, tcphdr->src); in tcp_timewait_input()
627 tcphdr->dest, tcphdr->src); in tcp_process()
[all …]
H A Dtcp_out.c71 tcphdr->seqno = seqno_be; in tcp_output_set_header()
75 tcphdr->urgp = 0; in tcp_output_set_header()
77 tcphdr->chksum = 0; in tcp_output_set_header()
82 return tcphdr; in tcp_output_set_header()
357 (ntohl(useg->tcphdr->seqno) + useg->len == ntohl(queue->tcphdr->seqno)) ) { in tcp_enqueue()
738 htonl(seg->tcphdr->seqno), htonl(seg->tcphdr->seqno) + in tcp_output_segment()
801 tcphdr = p->payload; in tcp_rst()
808 tcphdr->urgp = 0; in tcp_rst()
811 tcphdr->chksum = 0; in tcp_rst()
883 TCP_SEQ_LT(ntohl((*cur_seg)->tcphdr->seqno), ntohl(seg->tcphdr->seqno))) { in tcp_rexmit()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/
H A Dtcp_in.c109 tcp_debug_print(tcphdr); in tcp_input()
166 tcphdr->src = ntohs(tcphdr->src); in tcp_input()
167 tcphdr->dest = ntohs(tcphdr->dest); in tcp_input()
168 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input()
169 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input()
170 tcphdr->wnd = ntohs(tcphdr->wnd); in tcp_input()
270 inseg.tcphdr = tcphdr; in tcp_input()
371 tcphdr->dest, tcphdr->src); in tcp_input()
406 tcphdr->dest, tcphdr->src); in tcp_listen_input()
605 tcphdr->dest, tcphdr->src); in tcp_process()
[all …]
H A Dtcp_out.c69 tcphdr->seqno = seqno_be; in tcp_output_set_header()
73 tcphdr->urgp = 0; in tcp_output_set_header()
75 tcphdr->chksum = 0; in tcp_output_set_header()
80 return tcphdr; in tcp_output_set_header()
603 if (TCP_SEQ_LT(ntohl(seg->tcphdr->seqno), ntohl(useg->tcphdr->seqno))){ in tcp_output()
698 htonl(seg->tcphdr->seqno), htonl(seg->tcphdr->seqno) + in tcp_output_segment()
761 tcphdr = p->payload; in tcp_rst()
768 tcphdr->urgp = 0; in tcp_rst()
771 tcphdr->chksum = 0; in tcp_rst()
843 TCP_SEQ_LT(ntohl((*cur_seg)->tcphdr->seqno), ntohl(seg->tcphdr->seqno))) { in tcp_rexmit()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/
H A Dtcp_in.c109 tcp_debug_print(tcphdr); in tcp_input()
166 tcphdr->src = ntohs(tcphdr->src); in tcp_input()
167 tcphdr->dest = ntohs(tcphdr->dest); in tcp_input()
168 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input()
169 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input()
170 tcphdr->wnd = ntohs(tcphdr->wnd); in tcp_input()
270 inseg.tcphdr = tcphdr; in tcp_input()
371 tcphdr->dest, tcphdr->src); in tcp_input()
406 tcphdr->dest, tcphdr->src); in tcp_listen_input()
605 tcphdr->dest, tcphdr->src); in tcp_process()
[all …]
H A Dtcp_out.c69 tcphdr->seqno = seqno_be; in tcp_output_set_header()
73 tcphdr->urgp = 0; in tcp_output_set_header()
75 tcphdr->chksum = 0; in tcp_output_set_header()
80 return tcphdr; in tcp_output_set_header()
603 if (TCP_SEQ_LT(ntohl(seg->tcphdr->seqno), ntohl(useg->tcphdr->seqno))){ in tcp_output()
698 htonl(seg->tcphdr->seqno), htonl(seg->tcphdr->seqno) + in tcp_output_segment()
761 tcphdr = p->payload; in tcp_rst()
768 tcphdr->urgp = 0; in tcp_rst()
771 tcphdr->chksum = 0; in tcp_rst()
843 TCP_SEQ_LT(ntohl((*cur_seg)->tcphdr->seqno), ntohl(seg->tcphdr->seqno))) { in tcp_rexmit()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/net/
H A Dtcp.c481 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit()
482 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit()
494 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit()
495 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit()
573 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
574 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
579 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
586 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
587 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
947 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/
H A Dtcp_in.c168 tcphdr->src = ntohs(tcphdr->src); in tcp_input()
169 tcphdr->dest = ntohs(tcphdr->dest); in tcp_input()
170 seqno = tcphdr->seqno = ntohl(tcphdr->seqno); in tcp_input()
171 ackno = tcphdr->ackno = ntohl(tcphdr->ackno); in tcp_input()
172 tcphdr->wnd = ntohs(tcphdr->wnd); in tcp_input()
295 inseg.tcphdr = tcphdr; in tcp_input()
420 tcphdr->dest, tcphdr->src); in tcp_input()
455 tcphdr->dest, tcphdr->src); in tcp_listen_input()
543 tcphdr->dest, tcphdr->src); in tcp_timewait_input()
677 tcphdr->dest, tcphdr->src); in tcp_process()
[all …]
H A Dtcp_out.c95 struct tcp_hdr *tcphdr; in tcp_output_alloc_header() local
107 tcphdr->chksum = 0; in tcp_output_alloc_header()
108 tcphdr->urgp = 0; in tcp_output_alloc_header()
195 seg->tcphdr->urgp = 0; in tcp_create_segment()
839 struct tcp_hdr *tcphdr; in tcp_send_empty_ack() local
1000 if (TCP_SEQ_LT(ntohl(seg->tcphdr->seqno), ntohl(useg->tcphdr->seqno))) { in tcp_output()
1104 htonl(seg->tcphdr->seqno), htonl(seg->tcphdr->seqno) + in tcp_output_segment()
1192 struct tcp_hdr *tcphdr; in tcp_rst() local
1208 tcphdr->chksum = 0; in tcp_rst()
1209 tcphdr->urgp = 0; in tcp_rst()
[all …]
/dports/net/ndisc6/ndisc6-1.0.5/src/
H A Dtrace-tcp.c49 if (plen < sizeof (struct tcphdr)) in send_syn_probe()
50 plen = sizeof (struct tcphdr); in send_syn_probe()
52 alignas (struct tcphdr) char buf[plen]; in send_syn_probe()
55 struct tcphdr th; in send_syn_probe()
75 const struct tcphdr *pth = (const struct tcphdr *)data; in parse_syn_resp()
100 const struct tcphdr *pth = (const struct tcphdr *)data; in parse_syn_error()
127 if (plen < sizeof (struct tcphdr)) in send_ack_probe()
128 plen = sizeof (struct tcphdr); in send_ack_probe()
133 struct tcphdr th; in send_ack_probe()
153 const struct tcphdr *pth = (const struct tcphdr *)data; in parse_ack_resp()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/
H A Dtcp.c729 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
730 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
742 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
743 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
883 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
884 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
889 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
896 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
897 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1463 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/
H A Dtcp.c730 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
731 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
743 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
744 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
884 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
885 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
890 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
897 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
898 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1464 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/
H A Dtcp.c729 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
730 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
742 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
743 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
883 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
884 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
889 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
896 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
897 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1463 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/
H A Dtcp.c729 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
730 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
742 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
743 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
883 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
884 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
889 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
896 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
897 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1463 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/net/
H A Dtcp.c730 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
731 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
743 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
744 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
884 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
885 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
890 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
897 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
898 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1464 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/
H A Dtcp.c729 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
730 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
742 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
743 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
883 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
884 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
889 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
896 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
897 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1463 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/
H A Dtcp.c730 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
731 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
743 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
744 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
884 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
885 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
890 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
897 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
898 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1464 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/
H A Dtcp.c730 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
731 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_sack()
743 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_sack()
744 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) + seq_len ), in tcp_xmit_sack()
884 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
885 memset ( tcphdr, 0, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
890 tcphdr->hlen = ( ( sizeof ( *tcphdr ) / 4 ) << 4 ); in tcp_xmit_reset()
897 tcp, ntohs ( tcphdr->src ), ntohs ( tcphdr->dest ), in tcp_xmit_reset()
898 ntohl ( tcphdr->seq ), ( ntohl ( tcphdr->seq ) ), in tcp_xmit_reset()
1464 tcp, ntohs ( tcphdr->dest ), ntohs ( tcphdr->src ), in tcp_rx()
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/tools/
H A Dmsl_test_linux.c20 #define TCPSYNFLAG(tcphdr) (tcphdr->syn) argument
21 #define TCPFINFLAG(tcphdr) (tcphdr->fin) argument
22 #define TCPPUSHFLAG(tcphdr) (tcphdr->psh) argument
23 #define TCPACKFLAG(tcphdr) (tcphdr->ack) argument
24 #define TCPRSTFLAG(tcphdr) (tcphdr->rst) argument
25 #define TCPSOURCEPORT(tcphdr) (tcphdr->source) argument
26 #define TCPDESTPORT(tcphdr) (tcphdr->dest) argument
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap-tcp-stream.c45 if (tg->stream == tcphdr->th_stream in tapall_tcpip_packet()
52 tg->src_port = tcphdr->th_dport; in tapall_tcpip_packet()
54 tg->dst_port = tcphdr->th_sport; in tapall_tcpip_packet()
59 &tcphdr->ip_src, &tcphdr->ip_dst, in tapall_tcpip_packet()
60 tcphdr->th_sport, tcphdr->th_dport, in tapall_tcpip_packet()
62 && tg->stream == tcphdr->th_stream) in tapall_tcpip_packet()
73 segment->th_seq = tcphdr->th_seq; in tapall_tcpip_packet()
74 segment->th_ack = tcphdr->th_ack; in tapall_tcpip_packet()
75 segment->th_win = tcphdr->th_win; in tapall_tcpip_packet()
76 segment->th_flags = tcphdr->th_flags; in tapall_tcpip_packet()
[all …]

12345678910>>...47