Lines Matching defs:traceroute_data
917 struct traceroute_data { struct
918 long max_ttl;
919 long port;
920 long ttl_probes;
921 char *src_ip;
922 long tos;
923 long wait_time;
924 struct arg_list *loose_source;
925 long pause_time;
926 long first_ttl;
927 char *iface;
929 uint32_t gw_list[9];
930 int recv_sock;
931 int snd_sock;
932 unsigned msg_len;
933 char *packet;
934 uint32_t ident;
935 int istraceroute6;