HomeSort by: relevance | last modified time | path
    Searched refs:ipfunc_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 499 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *); typedef in typeref:struct:frentry * (*)(fr_info_t *,u_32_t *)
505 ipfunc_t ipfu_addr;
742 ipfunc_t fr_func; /* call this function */
fil.c 172 static ipfunc_t ipf_findfunc(ipfunc_t);
2505 (fr->fr_func == (ipfunc_t)-1))
2722 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW))
4525 ((fp->fr_func == NULL) || (fp->fr_func == (ipfunc_t)-1))) {
4531 ((fp->fr_func == NULL) || (fp->fr_func == (ipfunc_t)-1))) {
5288 /* Returns: ipfunc_t - pointer to function if found, else NULL */
5293 static ipfunc_t
5294 ipf_findfunc(ipfunc_t funcptr)
ip_fil_compat.c 181 ipfunc_t fr_func; /* call this function */
231 ipfunc_t fr_func;
284 ipfunc_t fr_func;

Completed in 24 milliseconds