Home
last modified time | relevance | path

Searched refs:rpctls_gethost (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.h31 int rpctls_gethost(int s, struct sockaddr *sad,
H A Drpc.tlscommon.c276 rpctls_gethost(int s, struct sockaddr *sad, char *hostip, size_t hostlen) in rpctls_gethost() function
H A Drpc.tlsservd.c744 gethostret = rpctls_gethost(s, sad, hostnam, sizeof(hostnam)); in rpctls_server()
759 gethostret = rpctls_gethost(s, sad, hostnam, in rpctls_server()
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c609 gethostret = rpctls_gethost(s, sad, hostnam, sizeof(hostnam)); in rpctls_connect()