Functions
evil_inet.h File Reference

The file that provides functions ported from Unix in arpa/inet.h. More...

Functions

int evil_inet_pton (int af, const char *src, void *dst)
 Convert IPv4 and IPv6 addresses from text to binary form. More...
 
const char * evil_inet_ntop (int af, const char *src, void *dst, size_t size)
 Convert IPv4 and IPv6 addresses from binary to text form. More...
 

Detailed Description

The file that provides functions ported from Unix in arpa/inet.h.