|
djbdnscurve6 53
djbdnscurve6
|

Go to the source code of this file.
Functions | |
| void | dns_sortip4 (char *s, unsigned int n) |
| void | dns_sortip6 (char *s, unsigned int n) |
| int | dns_uniqip4 (const char *in, unsigned int n, char *out) |
| int | dns_uniqip6 (const char *in, unsigned int n, char *out) |
| void dns_sortip4 | ( | char * | s, |
| unsigned int | n | ||
| ) |
Definition at line 10 of file dns_sortip.c.


| void dns_sortip6 | ( | char * | s, |
| unsigned int | n | ||
| ) |
Definition at line 25 of file dns_sortip.c.


| int dns_uniqip4 | ( | const char * | in, |
| unsigned int | n, | ||
| char * | out | ||
| ) |
| int dns_uniqip6 | ( | const char * | in, |
| unsigned int | n, | ||
| char * | out | ||
| ) |
Definition at line 55 of file dns_sortip.c.

