Home
last modified time | relevance | path

Searched refs:msgrep (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/ngatm/netnatm/msg/
H A Dgenmsgc.awk86 if(msgrep) {
115 if(msgrep) {
164 if(msgrep) {
204 if (msgrep) {
H A Dparsemsg.awk63 msgrep = 0
88 if(ienum[cnt] != "-") msgrep = 1
/freebsd-12.1/contrib/unbound/services/cache/
H A Ddns.c968 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in dns_cache_store() argument
973 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store()
1015 dns_cache_store_msg(env, &qinf, h, rep, leeway, pside, msgrep, in dns_cache_store()
/freebsd-12.1/contrib/unbound/iterator/
H A Diter_utils.c598 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in iter_dns_store() argument
601 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/freebsd-12.1/contrib/unbound/contrib/
H A Dfastrpz.patch3119 + if (msgrep->security == sec_status_rpz_drop ||
3120 + msgrep->security == sec_status_rpz_rewritten)
3125 rep = reply_info_copy(msgrep, env->alloc, NULL);