Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Dgenmsgc.awk86 if(msgrep) {
115 if(msgrep) {
164 if(msgrep) {
204 if (msgrep) {
Dparsemsg.awk63 msgrep = 0
88 if(ienum[cnt] != "-") msgrep = 1
/freebsd-12-stable/contrib/unbound/services/cache/
Ddns.c1054 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in dns_cache_store() argument
1059 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store()
1100 dns_cache_store_msg(env, &qinf, h, rep, leeway, pside, msgrep, in dns_cache_store()
/freebsd-12-stable/contrib/unbound/iterator/
Diter_utils.c694 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in iter_dns_store() argument
697 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/freebsd-12-stable/contrib/unbound/contrib/
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);