Lines 71-76
Link Here
|
71 |
|
71 |
|
72 |
int tcp_ping(char *host); |
72 |
int tcp_ping(char *host); |
73 |
|
73 |
|
|
|
74 |
int randomize(target_t *targets); |
75 |
|
74 |
void wrapper(char *host); |
76 |
void wrapper(char *host); |
75 |
int setup_socket(char *host, int port); |
77 |
int setup_socket(char *host, int port); |
76 |
char *do_connection(int sock, unsigned int num); |
78 |
char *do_connection(int sock, unsigned int num); |