Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h130 #define checktype(o,t) (ttypenv(o) == (t)) macro
364 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
/f-stack/freebsd/netipsec/
H A Dkey.c8115 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local