Home
last modified time | relevance | path

Searched full:port_out (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dparse_host_string.c65 * port_out - An output pointer for the parsed port. Will be 0 on error.
71 int *port_out) in k5_parse_host_string() argument
81 *port_out = 0; in k5_parse_host_string()
122 *port_out = port_num; in k5_parse_host_string()
H A Dt_parse_host_string.c45 int port_out = -1; in call_k5_parse_host_string() local
47 code = k5_parse_host_string(host, default_port, &host_out, &port_out); in call_k5_parse_host_string()
53 assert_int_equal(port_out, e_port); in call_k5_parse_host_string()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1764 int *port_out);