Home
last modified time | relevance | path

Searched defs:nssCriterion (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnss.go120 type nssCriterion struct { struct
121 negate bool // if "!" was present
122 status string // e.g. "success", "unavail" (lowercase)
123 action string // e.g. "return", "continue" (lowercase)
129 func (c nssCriterion) standardStatusAction(last bool) bool {