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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 108 static iphtent_t *ipf_htent_find(iphtable_t *, iphtent_t *);
548 ent = ipf_htent_find(iph, &hte);
841 if (ipf_htent_find(iph, &hte) != NULL) {
986 /* Function: ipf_htent_find */
996 ipf_htent_find(iphtable_t *iph, iphtent_t *ipeo) function
  /src/external/bsd/ipf/dist/
ip_htable.c 92 static iphtent_t *ipf_htent_find __P((iphtable_t *, iphtent_t *));
566 ent = ipf_htent_find(iph, &hte);
885 if (ipf_htent_find(iph, &hte) != NULL) {
1033 /* Function: ipf_htent_find */
1043 ipf_htent_find(iph, ipeo) function

Completed in 51 milliseconds