authlookup.n

来自「早期freebsd实现」· N 代码 · 共 44 行

N
44
字号
.TH "AUTH_GETFIRSTAUTH" 3 "29-Dec-86" "Xerox (WRC)".\" $Header: authlookup.n,v 1.1 87/01/15 16:48:08 ed Exp $.SH NAMEAuth_GetFirstAuth\- Locate an Authentication service..SH SYNOPSIS.PP.nf.B "#include <sys/types.h>		/* used by ns.h */".B "#include <netns/ns.h>		/* for sockaddr_ns */".B "#include <xnscourier/courier.h>".B "#include <xnscourier/courierconnection.h>".PP.B "CourierConnection *Auth_GetFirstAuth()".f.PPLink with.IR "-lcourier" ..SH DESCRIPTIONThe routine.I Auth_GetFirstAuthreturns an XNS Courier connection to a nearby Authentication service, usefulfor Authentication remote procedure calls..I Xnsbfs is used to perform a broadcast for Authentication servers, the results ofwhich are then used to open a Courier connection. If no Authentication serversrespond to the broadcast or a connection cannot be established to a service,NULL is returned..SH NOTESA CourierConnection is an anonymous data structure used by theruntimes.  Users should not dereference pointers to CourierConnectionthemselves..SH FILES/usr/local/lib/libcourier.a		-lcourier library..SH SEE ALSOxnsbfs(1N).br``XNS Courier Under Unix''.brAuthentication Protocol, \s8XSIS\s0 098404 (April 1984)..SH AUTHOREd Flint

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?