Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 71a5a113f3b537feaf07d40fa81f7fb3 > files > 5

nessus-devel-2.2.10-2mdv2008.1.i586.rpm

#ifndef NESSUS_RAW_H
#define NESSUS_RAW_H
#ifdef __linux__
#ifndef __BSD_SOURCE
#define __BSD_SOURCE
#endif

#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif

#ifndef __FAVOR_BSD
#define __FAVOR_BSD
#endif
#endif

#include <nessusip.h>
#include <nessustcp.h>
#include <nessusudp.h>
#include <nessusicmp.h>

int tcp_ping_host(struct in_addr);
long tcp_timing(struct in_addr, int num_probes, unsigned int port);
#endif