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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dconncache.c52 struct failed_connection_cache *fcc; local
60 for (fcc = failed_connection_cache; fcc; fcc = fcc->next) {
62 if ( !(strequal(domain, fcc->domain_name) && strequal(server, fcc->controller)) )
67 if ((time(NULL) - fcc->lookup_time) > FAILED_CONNECTION_CACHE_TIMEOUT)
74 DLIST_REMOVE(failed_connection_cache, fcc);
75 SAFE_FREE(fcc);
100 struct failed_connection_cache *fcc; local
142 struct failed_connection_cache *fcc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dimmap_8260.h241 typedef struct fcc { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dimmap_8260.h241 typedef struct fcc { struct

Completed in 37 milliseconds