summaryrefslogtreecommitdiff
path: root/src/network/dn_comp.c
AgeCommit message (Collapse)AuthorLines
2018-09-12remove or make static various unused __-prefixed symbolsRich Felker-4/+1
2014-06-06implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy-1/+102
the input name is validated, the other parameters are assumed to be valid (the list of already compressed names are not checked for infinite reference loops or out-of-bound offsets). names are handled case-sensitively for now.
2013-11-24Fix dn_comp prototype and add stubMichael Forney-0/+9
This function is used by ping6 from iputils.