resolv.h
Overview
Related Modules:
Description:
Provides functions and data structures related to network operations. For example, you can use the functions to send and receive network data, manage network addresses, and convert bytes.
Since:
1.0
Version:
1.0
Summary
Functions
| Function Name | Description |
|---|---|
| dn_comp (const char src, unsigned char dst, int space, unsigned char dnptrs, unsigned char lastdnptr) | int Compresses a network domain name. |
| dn_expand (const unsigned char base, const unsigned char end, const unsigned char src, char dest, int space) | int Expands a compressed domain name to a full domain name. |
