Searched refs:valid_hostport (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvalid_hostname.h30 extern int valid_hostport(const char *, int);
H A Dvalid_hostname.c27 /* int valid_hostport(port, gripe)
52 /* valid_hostport() requires that the input is a valid string
360 /* valid_hostport - validate numeric port */
362 int valid_hostport(const char *str, int gripe) function
364 const char *myname = "valid_hostport";
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_peer.c498 if (valid_hostport(cp, DO_GRIPE) == 0)
513 if (valid_hostport(cp, DO_GRIPE) == 0)
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dhaproxy_srvr.c274 || !valid_hostport(str, DONT_GRIPE)) {

Completed in 248 milliseconds