Searched refs:IS_IP4 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_g.c557 #define IS_IP4 1 macro
618 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
662 if (ntype == IS_IP4 && altnamesize != sizeof(struct in_addr)) {
H A Dtls_o.c756 #define IS_IP4 1 macro
800 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
860 if (ntype == IS_IP4 && sl != sizeof(struct in_addr)) {

Completed in 45 milliseconds