HomeSort by: relevance | last modified time | path
    Searched defs:fripf4_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 142 } fripf4_t; typedef in typeref:struct:fripf4
178 fripf4_t *fru_ipf;
228 fripf4_t *fru_ipf;
278 fripf4_t *fru_ipf;
1207 static int ipf_v4fripftov5(fripf4_t *, char *);
1208 static void ipf_v5fripftov4(fripf_t *, fripf4_t *);
1231 static int ipf_v4fripftov5(fripf4_t *, char *);
1232 static void ipf_v5fripftov4(fripf_t *, fripf4_t *);
1370 ipf_v4fripftov5(fripf4_t *frp4, char *dst)
1392 ipf_v5fripftov4(fripf_t *frp, fripf4_t *frp4
    [all...]
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 142 } fripf4_t; typedef in typeref:struct:fripf4
178 fripf4_t *fru_ipf;
228 fripf4_t *fru_ipf;
278 fripf4_t *fru_ipf;
1222 static int ipf_v4fripftov5 __P((fripf4_t *, char *));
1223 static void ipf_v5fripftov4 __P((fripf_t *, fripf4_t *));
1370 fripf4_t *frp4;
1395 fripf4_t *frp4;
1797 fripf4_t *old;
1799 KMALLOC(old, fripf4_t *);
    [all...]

Completed in 26 milliseconds