Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/
H A Dng_device.c97 #define NGDF_RWAIT 0x0002 macro
280 if (priv->flags & NGDF_RWAIT) { in ng_device_rcvdata()
281 priv->flags &= ~NGDF_RWAIT; in ng_device_rcvdata()
424 priv->flags |= NGDF_RWAIT; in ngdread()