Home
last modified time | relevance | path

Searched refs:ip_tcp_fp (Results 1 – 2 of 2) sorted by relevance

/dports/net/thcrut/thcrut-1.2.5/src/
H A Dpackets.c15 extern char ip_tcp_fp[];
65 0, ip_tcp_fp + LIBNET_IP_H); in scanner_gen_packets()
66 tcp = (struct tcphdr *)(ip_tcp_fp + 20); in scanner_gen_packets()
68 memcpy(ip_tcp_fp + 40, NMAP_FP_TONE, NMAP_FP_TONE_LEN); in scanner_gen_packets()
79 ip_tcp_fp); in scanner_gen_packets()
H A Ddiscover_dispatch.c77 char ip_tcp_fp[60]; variable
814 struct ip *ip = (struct ip *)ip_tcp_fp; in dis_sendfpI()
815 struct tcphdr *tcp = (struct tcphdr *)(ip_tcp_fp + 20); in dis_sendfpI()
873 libnet_do_checksum(ip_tcp_fp, IPPROTO_TCP, LIBNET_TCP_H + NMAP_FP_TONE_LEN); in dis_sendfpI()
874 if (net_send(rawsox, ip_tcp_fp, 60) == 0) in dis_sendfpI()
875 FILLSBUF(state, ip_tcp_fp, 60); in dis_sendfpI()