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

  /src/sys/netbt/
rfcomm_upper.c 77 dlc->rd_state = RFCOMM_DLC_CLOSED;
109 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
140 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
195 dlc->rd_state = RFCOMM_DLC_WAIT_SESSION;
230 switch (dlc->rd_state) {
254 dlc->rd_state = RFCOMM_DLC_WAIT_DISCONNECT;
265 UNKNOWN(dlc->rd_state);
282 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
319 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
378 dlc->rd_state = RFCOMM_DLC_LISTEN
    [all...]
rfcomm_dlc.c 140 new->rd_state = RFCOMM_DLC_WAIT_CONNECT;
157 KASSERT(dlc->rd_state != RFCOMM_DLC_CLOSED);
169 dlc->rd_state = RFCOMM_DLC_CLOSED;
203 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
264 KASSERT(dlc->rd_state == RFCOMM_DLC_WAIT_SESSION);
287 dlc->rd_state = RFCOMM_DLC_WAIT_CONNECT;
319 dlc->rd_state = RFCOMM_DLC_OPEN;
344 KASSERT(dlc->rd_state == RFCOMM_DLC_OPEN);
rfcomm_session.c 475 && dlc->rd_state == RFCOMM_DLC_OPEN) {
485 dlc->rd_state = RFCOMM_DLC_WAIT_DISCONNECT;
537 switch (dlc->rd_state) {
547 dlc->rd_state = RFCOMM_DLC_WAIT_RECV_UA;
732 if (dlc->rd_state == RFCOMM_DLC_WAIT_SESSION)
765 if (dlc->rd_state != RFCOMM_DLC_WAIT_CONNECT)
771 dlc->rd_state = RFCOMM_DLC_WAIT_SEND_UA;
848 if (dlc->rd_state == RFCOMM_DLC_WAIT_SESSION)
876 switch (dlc->rd_state) {
914 if (dlc->rd_state == RFCOMM_DLC_WAIT_CONNECT
    [all...]
hci_ioctl.c 113 dlc->rd_state, dlc->rd_flags,
rfcomm.h 322 uint16_t rd_state; /* DLC state */ member in struct:rfcomm_dlc

Completed in 13 milliseconds