Searched refs:GETPORT_MAXTRY (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c59 #define GETPORT_MAXTRY 20 /* Max tries to get a port # */ macro
220 attempt_cnt < GETPORT_MAXTRY) {
238 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c77 #define GETPORT_MAXTRY 20 /* Max tries to get a port # */ macro
346 GETPORT_MAXTRY) {
367 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c183 #define GETPORT_MAXTRY 20 /* Max tries to get a port # */ macro
603 attempt_cnt < GETPORT_MAXTRY) {
621 attempt_cnt == GETPORT_MAXTRY) {

Completed in 175 milliseconds