Query: krb5_getportbyname
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NAME(3) BSD Library Functions Manual NAME(3)NAMEkrb5_getportbyname -- get port number by nameLIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h> int krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port);DESCRIPTIONkrb5_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.EXAMPLEint port = krb5_getportbyname(context, "kerberos", "tcp", 88);SEE ALSOkrb5(3)HEIMDALAugust 15, 2004 HEIMDAL
Related Man Pages |
---|
krb5_get_server_rcache(3) - debian |
krb5_rc_expunge(3) - debian |
krb5_rc_get_lifespan(3) - debian |
krb5_rc_initialize(3) - debian |
krb5_rcache(3) - debian |
Similar Topics in the Unix Linux Community |
---|
The Whole Story on #! /usr/bin/ksh |
A simple UNIXtime component in Vue.js |
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD? |