HomeSort by: relevance | last modified time | path
    Searched defs:ipf_rx_lookup (Results 1 - 1 of 1) 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 in typeref:typename:ipf_rdx_node_t *
829 ptr->lookup = ipf_rx_lookup;

Completed in 13 milliseconds