| /src/sys/external/bsd/ipf/netinet/ | 
| ip_dstlist.h | 67 extern int ipf_dstlist_select_node(fr_info_t *, void *, u_32_t *, frdest_t *); 
 | 
| ip_dstlist.c | 138 	ipf_dstlist_select_node, 1184 /* Function:    ipf_dstlist_select_node                                     */
 1197 ipf_dstlist_select_node(fr_info_t *fin, void *group, u_32_t *addr,  function in typeref:typename:int
 
 | 
| ip_state.c | 1826 		ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL, 1834 		ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL,
 1843 		ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL,
 
 | 
| ip_fil_netbsd.c | 1155 		if (ipf_dstlist_select_node(fin, fdp->fd_ptr, NULL, &node) == 0) 
 | 
| ip_nat6.c | 3850 		error = ipf_dstlist_select_node(fin, na->na_ptr, dst->i6, 
 | 
| ip_nat.c | 7443 			error = ipf_dstlist_select_node(fin, na->na_ptr, dst, 
 |