summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/addr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move address handling functions out into their own file in order to reusedtucker2021-01-091-0/+419
them for per-source maxstartups limiting. Supplement with some additional functions from djm's flowtools that we'll also need. ok djm@ (as part of a larger diff).