Searched refs:matchaddr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/
H A Dradix_ipf.h65 idx_ha_func_t matchaddr; /* search tree for address match */ member in struct:ipf_rdx_head
H A Dradix_ipf.c854 ptr->matchaddr = ipf_rx_match;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.h63 idx_ha_func_t matchaddr; /* search tree for address match */ member in struct:ipf_rdx_head
H A Dip_pool.c807 rn = ipo->ipo_head->matchaddr(ipo->ipo_head, &v);
H A Dradix_ipf.c852 ptr->matchaddr = ipf_rx_match;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_request.c1790 sockaddr_u matchaddr; local
1850 ZERO_SOCK(&matchaddr);
1861 AF(&matchaddr) = AF_INET6;
1863 SOCK_ADDR6(&matchaddr) = cr.addr6;
1866 AF(&matchaddr) = AF_INET;
1868 NSRCADR(&matchaddr) = cr.addr;
1871 hack_restrict(op, &matchaddr, &matchmask, cr.mflags,

Completed in 113 milliseconds