Lines Matching defs:funcptr
4305 /* funcptr(IO) - pointer to pointer for storing IP address */
4314 static void *fr_resolvelookup(type, number, funcptr, ifs)
4316 lookupfunc_t *funcptr;
4337 *funcptr = NULL;
4344 *funcptr = ip_pool_search;
4353 *funcptr = fr_iphmfindip;
4357 *funcptr = NULL;
4877 /* Parameters: funcptr(I) - function pointer to lookup */
4881 static ipfunc_t fr_findfunc(funcptr)
4882 ipfunc_t funcptr;
4887 if (ft->ipfu_addr == funcptr)
4888 return funcptr;