Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dbnep.c174 || pkt->chan->state != CHANNEL_OPEN) in bnep_recv()
318 && chan->state != CHANNEL_OPEN) { in bnep_recv_setup_connection_req()
366 chan->state = CHANNEL_OPEN; in bnep_recv_setup_connection_req()
396 chan->state = CHANNEL_OPEN; in bnep_recv_setup_connection_rsp()
421 if (chan->state != CHANNEL_OPEN) { in bnep_recv_filter_net_type_set()
474 if (chan->state != CHANNEL_OPEN) { in bnep_recv_filter_net_type_rsp()
504 if (chan->state != CHANNEL_OPEN) { in bnep_recv_filter_multi_addr_set()
564 if (chan->state != CHANNEL_OPEN) { in bnep_recv_filter_multi_addr_rsp()
H A Dchannel.c248 || chan->state != CHANNEL_OPEN) in channel_dispatch()
264 || chan->state != CHANNEL_OPEN) in channel_dispatch()
H A Dbtpand.h76 CHANNEL_OPEN, enumerator
H A Dtap.c116 chan->state = CHANNEL_OPEN; in tap_init()