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

  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 41 static ipf_rdx_node_t *ipf_rx_match(ipf_rdx_head_t *, addrfamily_t *);
163 /* Function: ipf_rx_match */
175 ipf_rx_match(ipf_rdx_head_t *head, addrfamily_t *addr) function
830 ptr->matchaddr = ipf_rx_match;
1321 rn = ipf_rx_match(rnh, &af);
1329 rn = ipf_rx_match(rnh, addr);
  /src/external/bsd/ipf/dist/
radix_ipf.c 41 static ipf_rdx_node_t *ipf_rx_match __P((ipf_rdx_head_t *, addrfamily_t *));
171 /* Function: ipf_rx_match */
183 ipf_rx_match(head, addr) function
856 ptr->matchaddr = ipf_rx_match;
1350 rn = ipf_rx_match(rnh, &af);
1358 rn = ipf_rx_match(rnh, addr);

Completed in 26 milliseconds