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

/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c95 static struct finfo FINFO[NFORWARD]; variable in typeref:struct:finfo
928 min_time = FINFO[0].time;
940 if (FINFO[i].flag & FINFO_ACTIVE) {
941 if ((FINFO[i].caller_xid == caller_xid) &&
942 (FINFO[i].reply_type == reply_type) &&
943 (FINFO[i].versnum == versnum) &&
944 (!netbufcmp(FINFO[i].caller_addr,
946 FINFO[i].time = time((time_t *)0);
950 if ((time_now - FINFO[i].time) > MAXTIME_OFF)
955 if ((FINFO[
[all...]

Completed in 99 milliseconds