krb5_getportbyname(3) debian man page | unix.com

Man Page: krb5_getportbyname

Operating Environment: debian

Section: 3

NAME(3) 						   BSD Library Functions Manual 						   NAME(3)

NAME
krb5_getportbyname -- get port number by name
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
#include <krb5.h> int krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port);
DESCRIPTION
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.
EXAMPLE
int port = krb5_getportbyname(context, "kerberos", "tcp", 88);
SEE ALSO
krb5(3)
HEIMDAL
August 15, 2004 HEIMDAL
Related Man Pages
krb5_rc_expunge(3) - debian
krb5_rc_get_lifespan(3) - debian
krb5_rc_destroy(3) - debian
krb5_rc_get_type(3) - debian
krb5_rc_recover(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results
New UNIX and Linux History Sections