Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.h63 idx_ha_func_t matchaddr; /* search tree for address match */ member
H A Dip_pool.c757 rn = ipo->ipo_head->matchaddr(ipo->ipo_head, &v); in ipf_pool_search()
H A Dradix_ipf.c831 ptr->matchaddr = ipf_rx_match; in ipf_rx_inithead()
/src/contrib/ntp/ntpd/
H A Dntp_request.c1790 sockaddr_u matchaddr; in do_restrict() local
1851 ZERO_SOCK(&matchaddr); in do_restrict()
1862 AF(&matchaddr) = AF_INET6; in do_restrict()
1864 SOCK_ADDR6(&matchaddr) = cr.addr6; in do_restrict()
1867 AF(&matchaddr) = AF_INET; in do_restrict()
1869 NSRCADR(&matchaddr) = cr.addr; in do_restrict()
1872 success = hack_restrict(op, &matchaddr, &matchmask, in do_restrict()
1878 stoa(&matchaddr), stoa(&matchmask), in do_restrict()