about summary refs log tree commit diff
path: root/src/network/dn_comp.c
Commit message (Collapse)AuthorAgeFilesLines
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-121-4/+1
|
* implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy2014-06-061-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.
* Fix dn_comp prototype and add stubMichael Forney2013-11-241-0/+9
This function is used by ping6 from iputils.