Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dauth-options.c595 #define OPTFLAG_OR(x) ret->x = (primary->x == 1) || (additional->x == 1) in sshauthopt_merge() macro
604 OPTFLAG_OR(require_verify); in sshauthopt_merge()