Home
last modified time | relevance | path

Searched refs:TCP_H (Results 1 – 25 of 50) sorted by relevance

12

/dports/security/fragrouter/fragrouter-1.6/
H A Dtcp_seg.c115 seg->len = ip_hl + TCP_H + newlen; in tcp_seg_null_payload()
191 if (!(data = malloc(ip_hl + TCP_H))) in tcp_seg_interleave_syns()
207 new = list_elem(data, ip_hl + TCP_H); in tcp_seg_interleave_syns()
234 if (!(data = malloc(ip_hl + TCP_H))) in tcp_seg_prepend_fakeclose()
244 new = list_elem(data, ip_hl + TCP_H); in tcp_seg_prepend_fakeclose()
251 if (!(data = malloc(ip_hl + TCP_H))) in tcp_seg_prepend_fakeclose()
261 new = list_elem(data, ip_hl + TCP_H); in tcp_seg_prepend_fakeclose()
283 if (!(data = malloc(ip_hl + TCP_H))) in tcp_seg_prepend_connection()
293 new = list_elem(data, ip_hl + TCP_H); in tcp_seg_prepend_connection()
300 if (!(data = malloc(ip_hl + TCP_H))) in tcp_seg_prepend_connection()
[all …]
/dports/net/libnids/libnids-1.24/src/
H A Dkilltcp.c19 char buf[IP_H + TCP_H]; in nids_killtcp_seq()
24 libnet_build_ip(TCP_H, 0, 12345, 0, 64, IPPROTO_TCP, a_tcp->addr.saddr, in nids_killtcp_seq()
31 libnet_do_checksum(buf, IPPROTO_TCP, TCP_H); in nids_killtcp_seq()
32 libnet_write_ip(libnetsock, buf, TCP_H + IP_H); in nids_killtcp_seq()
34 libnet_build_ip(TCP_H, 0, 12345, 0, 64, IPPROTO_TCP, a_tcp->addr.daddr, in nids_killtcp_seq()
42 libnet_do_checksum(buf, IPPROTO_TCP, TCP_H); in nids_killtcp_seq()
43 libnet_write_ip(libnetsock, buf, TCP_H + IP_H); in nids_killtcp_seq()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/test/TCP/
H A Dsyn-flood.c114 buf = malloc(TCP_H + IP_H); in main()
120 memset(buf, 0, TCP_H + IP_H); in main()
128 build_ip(TCP_H, in main()
151 do_checksum(buf, IPPROTO_TCP, TCP_H); in main()
153 c = write_ip(sockfd, buf, TCP_H + IP_H); in main()
154 if (c < TCP_H + IP_H) in main()
H A Dtcp+data.c104 buf = malloc(TCP_H + IP_H + payload_s); in main()
124 build_ip(TCP_H + payload_s, /* Size of the payload */ in main()
154 do_checksum(buf, IPPROTO_TCP, TCP_H + payload_s); in main()
159 c = write_ip(sock, buf, TCP_H + IP_H + payload_s); in main()
160 if (c < TCP_H + IP_H + payload_s) in main()
H A Dtcp.c121 build_ip(TCP_H, /* Size of the payload */ in main()
151 do_checksum(buf, IPPROTO_TCP, TCP_H); in main()
156 c = write_ip(sock, buf, TCP_H + IP_H); in main()
157 if (c < TCP_H + IP_H) in main()
H A Dtcp+data+ipopt.c126 build_ip(TCP_H + payload_s, /* Size of the payload */ in main()
156 do_checksum(buf, IPPROTO_TCP, TCP_H + payload_s); in main()
177 c = write_ip(sock, buf, TCP_H + IP_H + payload_s + option_s); in main()
178 if (c < TCP_H + IP_H + payload_s + option_s) in main()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/src/
H A Dinsert_tcpo.c83 if (s > IP_H + TCP_H) in insert_tcpo()
88 memmove((u_char *)tcp_hdr + TCP_H + opt_len, (u_char *)tcp_hdr + in insert_tcpo()
89 TCP_H, opt_len); in insert_tcpo()
96 p = (u_char *)tcp_hdr + TCP_H; in insert_tcpo()
/dports/security/fragrouter/fragrouter-1.6/Libnet-0.99b/test/Ethernet/
H A Dtcp.c124 if (libnet_init_packet(TCP_H + IP_H + ETH_H, &buf) == -1) in send_tcp()
135 libnet_build_ip(TCP_H, in send_tcp()
159 libnet_do_checksum(buf + ETH_H, IPPROTO_TCP, TCP_H); in send_tcp()
161 n = libnet_write_link_layer(l, device, buf, ETH_H + IP_H + TCP_H); in send_tcp()
162 if (n != ETH_H + IP_H + TCP_H) in send_tcp()
/dports/net/xrdp-devel/xrdp-0.9.16/sesman/tools/
H A Dtcp.h27 #ifndef TCP_H
28 #define TCP_H macro
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/sesman/tools/
H A Dtcp.h27 #ifndef TCP_H
28 #define TCP_H macro
/dports/devel/love08/love-0.8.0/src/libraries/luasocket/libluasocket/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/devel/love5/love-0.5-0/src/luasocket/luasocket/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/devel/love10/love-0.10.2/src/libraries/luasocket/libluasocket/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/devel/love07/love-HEAD/src/libraries/luasocket/libluasocket/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/games/spring/spring_98.0/rts/lib/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/socket/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/net/luasocket/luasocket-3.0-rc1/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/devel/love/love-11.3/src/libraries/luasocket/libluasocket/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Lua/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luasocket/src/
H A Dtcp.h1 #ifndef TCP_H
2 #define TCP_H macro

12