Home
last modified time | relevance | path

Searched refs:hexdumpfile (Results 1 – 3 of 3) sorted by relevance

/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-dpa.c52 FILE *hexdumpfile = NULL; variable
2248 if (hexdumpfile) { in handle_ether_packet()
2250 ldns_pkt2file_hex(hexdumpfile, pkt); in handle_ether_packet()
2274 if (hexdumpfile) { in handle_ether_packet()
2275 fprintf(hexdumpfile, ";; %u\n", (unsigned int) total_nr_of_dns_packets); in handle_ether_packet()
2276 ldns_pkt2file_hex(hexdumpfile, pkt); in handle_ether_packet()
2760 hexdumpfile = fopen(hexdumpfilename, "w"); in main()
2763 hexdumpfile = stdout; in main()
2766 if (!hexdumpfile) { in main()
2804 if (hexdumpfile && hexdumpfile != stdout) { in main()
[all …]
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-dpa.c52 FILE *hexdumpfile = NULL; variable
2248 if (hexdumpfile) { in handle_ether_packet()
2250 ldns_pkt2file_hex(hexdumpfile, pkt); in handle_ether_packet()
2274 if (hexdumpfile) { in handle_ether_packet()
2275 fprintf(hexdumpfile, ";; %u\n", (unsigned int) total_nr_of_dns_packets); in handle_ether_packet()
2276 ldns_pkt2file_hex(hexdumpfile, pkt); in handle_ether_packet()
2760 hexdumpfile = fopen(hexdumpfilename, "w"); in main()
2763 hexdumpfile = stdout; in main()
2766 if (!hexdumpfile) { in main()
2804 if (hexdumpfile && hexdumpfile != stdout) { in main()
[all …]
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-dpa.c52 FILE *hexdumpfile = NULL; variable
2248 if (hexdumpfile) { in handle_ether_packet()
2250 ldns_pkt2file_hex(hexdumpfile, pkt); in handle_ether_packet()
2274 if (hexdumpfile) { in handle_ether_packet()
2275 fprintf(hexdumpfile, ";; %u\n", (unsigned int) total_nr_of_dns_packets); in handle_ether_packet()
2276 ldns_pkt2file_hex(hexdumpfile, pkt); in handle_ether_packet()
2760 hexdumpfile = fopen(hexdumpfilename, "w"); in main()
2763 hexdumpfile = stdout; in main()
2766 if (!hexdumpfile) { in main()
2804 if (hexdumpfile && hexdumpfile != stdout) { in main()
[all …]