NAME(3) | Library Functions Manual | NAME(3) |
krb5_getportbyname
—
#include <krb5/krb5.h>
int
krb5_getportbyname
(krb5_context
context, const char *service,
const char *proto, int
default_port);
krb5_getportbyname
() gets the port number for
service / proto pair from the
global service table for and returns it in network order. If it isn't found in
the global table, the default_port (given in host order)
is returned.
int port = krb5_getportbyname(context, "kerberos", "tcp", 88);
August 15, 2004 | NetBSD 9.0 |