Home
last modified time | relevance | path

Searched refs:amatch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddomain.c1633 bool amatch, gotmx, ad; local
1867 amatch = false;
1915 amatch = true;
1924 amatch = true;
1971 if (amatch)
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c1290 int amatch; in ipf_state_match() local
1298 amatch = ipf_state_matchaddresses(is1, is2); in ipf_state_match()
1299 rv = (amatch != 0) && (amatch == pomatch); in ipf_state_match()