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

  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 39 static ipf_rdx_node_t *ipf_rx_lookup(ipf_rdx_head_t *, addrfamily_t *,
233 /* Function: ipf_rx_lookup */
240 /* ipf_rx_lookup searches for an exact match on (addr,mask). The intention */
244 ipf_rx_lookup(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask) function
829 ptr->lookup = ipf_rx_lookup;
  /src/external/bsd/ipf/dist/
radix_ipf.c 39 static ipf_rdx_node_t *ipf_rx_lookup __P((ipf_rdx_head_t *, addrfamily_t *,
243 /* Function: ipf_rx_lookup */
250 /* ipf_rx_lookup searches for an exact match on (addr,mask). The intention */
254 ipf_rx_lookup(head, addr, mask) function
855 ptr->lookup = ipf_rx_lookup;

Completed in 29 milliseconds