Searched refs:gethostret (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c590 int gethostret, ret; local
666 gethostret = rpctls_gethost(s, sad, hostnam, sizeof(hostnam));
667 if (gethostret == 0)
671 rpctls_verify_capath != NULL) && (gethostret == 0 ||
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c652 int gethostret, ret; local
680 gethostret = rpctls_gethost(s, sad, hostnam,
682 if (gethostret == 0)
715 if (gethostret != 0)

Completed in 110 milliseconds