Home
last modified time | relevance | path

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

/trueos/usr.bin/csup/
HDmux.c130 #define CF_CLOSE 0x20 macro
371 chan->flags |= CF_CLOSE; in chan_close()
374 chan->flags |= CF_CLOSE; in chan_close()
832 case CF_CLOSE: in sender_loop()
956 else if (chan->flags & CF_CLOSE) in sender_scan()
957 *what = CF_CLOSE; in sender_scan()