Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.h192 bool channel_open(channel_t *, int);
H A Dtap.c117 if (!channel_open(chan, fd)) in tap_init()
H A Dclient.c159 if (!channel_open(chan, fd)) in client_init()
H A Dserver.c255 if (!channel_open(chan, fd)) { in server_read()
H A Dchannel.c80 channel_open(channel_t *chan, int fd) in channel_open() function