Home
last modified time | relevance | path

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

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/dns_spoof/
H A Ddns_spoof.c106 static int get_spoofed_mx(const char *a, struct ip_addr **ip, u_int32 *ttl);
660 if (get_spoofed_mx(name, &reply, &ttl) != E_SUCCESS) { in prepare_dns_reply()
1210 static int get_spoofed_mx(const char *a, struct ip_addr **ip, u_int32 *ttl) in get_spoofed_mx() function