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

/freebsd-current/sys/rpc/
H A Drpcb_clnt.c89 static struct address_cache *check_cache(const char *, const char *);
129 * may do a delete_cache() operation if a check_cache() fails to return an
139 * The routines check_cache(), add_cache(), delete_cache() manage the
144 check_cache(host, netid)
301 ad_cache = check_cache(host, nconf->nc_netid);
/freebsd-current/lib/libc/rpc/
H A Drpcb_clnt.c91 static struct address_cache *check_cache(const char *, const char *);
129 * may do a delete_cache() operation if a check_cache() fails to return an
139 * The routines check_cache(), add_cache(), delete_cache() manage the
144 check_cache(const char *host, const char *netid) function
288 ad_cache = check_cache(host, nconf->nc_netid);

Completed in 108 milliseconds