Lines Matching refs:funcptr
4302 /* funcptr(IO) - pointer to pointer for storing IP address */
4311 static void *fr_resolvelookup(type, number, funcptr, ifs)
4313 lookupfunc_t *funcptr;
4334 *funcptr = NULL;
4341 *funcptr = ip_pool_search;
4350 *funcptr = fr_iphmfindip;
4354 *funcptr = NULL;
4874 /* Parameters: funcptr(I) - function pointer to lookup */
4878 static ipfunc_t fr_findfunc(funcptr)
4879 ipfunc_t funcptr;
4884 if (ft->ipfu_addr == funcptr)
4885 return funcptr;