acl
3.5.3.0
|
#include "../stdlib/acl_define.h"
函数 | |
ACL_API const char * | acl_host_port (char *buf, char **host, char *def_host, char **port, char *def_service) |
ACL_API struct addrinfo * | acl_host_addrinfo (const char *addr, int type) |
ACL_API struct addrinfo * | acl_host_addrinfo2 (const char *addr, int type, int family) |
ACL_API struct addrinfo* acl_host_addrinfo | ( | const char * | addr, |
int | type | ||
) |
ACL_API struct addrinfo* acl_host_addrinfo2 | ( | const char * | addr, |
int | type, | ||
int | family | ||
) |
ACL_API const char* acl_host_port | ( | char * | buf, |
char ** | host, | ||
char * | def_host, | ||
char ** | port, | ||
char * | def_service | ||
) |
[host]:port, [host]:, [host]. or host:port, host:, host, :port, port.