netbsd man page for krb5_getportbyname

Query: krb5_getportbyname

OS: netbsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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/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)
BSD
August 15, 2004 BSD
Related Man Pages
krb5_rc_default_type(3) - netbsd
krb5_rc_destroy(3) - netbsd
krb5_rc_recover(3) - netbsd
krb5_rc_resolve(3) - netbsd
krb5_rc_resolve_full(3) - netbsd
Similar Topics in the Unix Linux Community
Memory Leaks
How to install PGX32 on Sparc 10 Ultra?
Adding a List of Times
Grep command to show the number of results