Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_frame_relay.c69 #define CHAN_VALID 0x01 /* assigned to a channel */ macro
184 if ((sc->channel[ctxnum].flags & CHAN_VALID) == 0) { in ngfrm_allocate_CTX()
190 sc->channel[ctxnum].flags = CHAN_VALID; in ngfrm_allocate_CTX()