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

/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c92 static struct finfo FINFO[NFORWARD]; variable in typeref:struct:finfo
939 min_time = FINFO[0].time;
951 if (FINFO[i].flag & FINFO_ACTIVE) {
952 if ((FINFO[i].caller_xid == caller_xid) &&
953 (FINFO[i].reply_type == reply_type) &&
954 (FINFO[i].versnum == versnum) &&
955 (!netbufcmp(FINFO[i].caller_addr,
957 FINFO[i].time = time((time_t *)0);
961 if ((time_now - FINFO[i].time) > MAXTIME_OFF)
966 if ((FINFO[
[all...]

Completed in 64 milliseconds