Searched refs:rpctls_gethost (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlscommon.h | 31 int rpctls_gethost(int s, struct sockaddr *sad,
|
H A D | rpc.tlscommon.c | 276 rpctls_gethost(int s, struct sockaddr *sad, char *hostip, size_t hostlen) in rpctls_gethost() function
|
H A D | rpc.tlsservd.c | 744 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 D | rpc.tlsclntd.c | 609 gethostret = rpctls_gethost(s, sad, hostnam, sizeof(hostnam)); in rpctls_connect()
|