Home
last modified time | relevance | path

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

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