summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute/traceroute.h
AgeCommit message (Expand)Author
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2021-09-03Make traceroute(8) faster by sending probes and doing DNS async.Florian Obser
2021-08-31Make includes follow style(9).Florian Obser
2017-05-28style(9) some variable declarationsSebastian Benoit
2017-05-28check_tos() gets a parameter so i can remove another global var.Sebastian Benoit
2017-05-28introduce struct tr_conf to keep all of the configuration.Sebastian Benoit
2017-01-13traceroute never sees a timeout when poll(2) returns when it receivesFlorian Obser
2016-09-03rearrange code: traceroute.c now only contains main() and usage(),Sebastian Benoit