Home
last modified time | relevance | path

Searched refs:servicep (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_connect.c363 char **hostp, char **servicep, in smtp_parse_destination() argument
380 if ((err = host_port(buf, hostp, (char *) 0, servicep, def_service)) != 0) in smtp_parse_destination()
386 service = (char *) filter_known_tcp_port(*servicep); in smtp_parse_destination()
/netbsd-src/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c948 const char **servicep, krb5_principal *princp, char phost[static BUFSIZ], in verify_krb_v5_tgt_begin() argument
956 *servicep = NULL; in verify_krb_v5_tgt_begin()
999 *servicep = *service; in verify_krb_v5_tgt_begin()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c1550 char **hostp, char **servicep, in parse_destination() argument
1567 if ((err = host_port(buf, hostp, (char *) 0, servicep, def_service)) != 0) in parse_destination()
1573 service = (char *) filter_known_tcp_port(*servicep); in parse_destination()