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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 78 static iphtent_t *ipf_iphmfind(iphtable_t *, struct in_addr *);
1062 ipe = ipf_iphmfind(iph, addr);
1100 ipe = ipf_iphmfind(iph, addr);
1129 ipf_iphmfind(iphtable_t *iph, struct in_addr *addr) function
  /src/external/bsd/ipf/dist/
ip_htable.c 62 static iphtent_t *ipf_iphmfind __P((iphtable_t *, struct in_addr *));
1116 ipe = ipf_iphmfind(iph, addr);
1157 ipe = ipf_iphmfind(iph, addr);
1186 ipf_iphmfind(iph, addr) function

Completed in 24 milliseconds