Home
last modified time | relevance | path

Searched refs:matchaddr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dradix_ipf.h63 idx_ha_func_t matchaddr; /* search tree for address match */ member
Dip_pool.c761 rn = ipo->ipo_head->matchaddr(ipo->ipo_head, &v); in ipf_pool_search()
Dradix_ipf.c831 ptr->matchaddr = ipf_rx_match; in ipf_rx_inithead()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_request.c1790 sockaddr_u matchaddr; in do_restrict() local
1850 ZERO_SOCK(&matchaddr); in do_restrict()
1861 AF(&matchaddr) = AF_INET6; in do_restrict()
1863 SOCK_ADDR6(&matchaddr) = cr.addr6; in do_restrict()
1866 AF(&matchaddr) = AF_INET; in do_restrict()
1868 NSRCADR(&matchaddr) = cr.addr; in do_restrict()
1871 hack_restrict(op, &matchaddr, &matchmask, cr.mflags, in do_restrict()