Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_frame_relay.c86 #define CTX_VALID 0x8000 /* this bit means it's a valid CTX */ macro
188 sc->ALT[dlci] = ctxnum | CTX_VALID; in ngfrm_allocate_CTX()
447 if ((ctxnum & CTX_VALID) && sc->channel[ctxnum &= CTX_VALUE].hook) { in ngfrm_decode()