Lines Matching defs:traceroute_data
976 struct traceroute_data { struct
977 long max_ttl;
978 long port;
979 long ttl_probes;
980 char *src_ip;
981 long tos;
982 long wait_time;
983 struct arg_list *loose_source;
984 long pause_time;
985 long first_ttl;
986 char *iface;
988 uint32_t gw_list[9];
989 int recv_sock;
990 int snd_sock;
991 unsigned msg_len;
992 char *packet;
993 uint32_t ident;
994 int istraceroute6;