HomeSort by: relevance | last modified time | path
    Searched refs:channel_open (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/btpand/
btpand.h 59 CHANNEL_OPEN
176 bool channel_open(channel_t *, int);
tap.c 121 chan->state = CHANNEL_OPEN;
122 if (!channel_open(chan, fd))
channel.c 72 channel_open(channel_t *chan, int fd) function in typeref:typename:bool
231 || chan->state != CHANNEL_OPEN)
247 || chan->state != CHANNEL_OPEN)
client.c 160 if (!channel_open(chan, fd))
server.c 235 if (!channel_open(chan, fd)) {

Completed in 28 milliseconds