Home
last modified time | relevance | path

Searched refs:want_host (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Socket/
DSocket.xs704 int want_host, want_serv; in xs_getnameinfo() local
725 want_host = !(xflags & NIx_NOHOST); in xs_getnameinfo()
746 want_host ? host : NULL, want_host ? sizeof(host) : 0, in xs_getnameinfo()
758 XPUSHs(want_host ? sv_2mortal(newSVpv(host, 0)) : &PL_sv_undef); in xs_getnameinfo()
/openbsd/src/usr.bin/ssh/
Dsshkey.c2370 int want_host, int require_principal, int wildcard_pattern, in sshkey_cert_check_authority() argument
2381 if (want_host) { in sshkey_cert_check_authority()
2430 int want_host, int require_principal, int wildcard_pattern, in sshkey_cert_check_authority_now() argument
2440 return sshkey_cert_check_authority(k, want_host, require_principal, in sshkey_cert_check_authority_now()