Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement dn_comp RFC 1035 domain name compression | Szabolcs Nagy | 2014-06-06 | 1 | -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 stub | Michael Forney | 2013-11-24 | 1 | -0/+9 |
This function is used by ping6 from iputils. |