HomeSort by: relevance | last modified time | path
    Searched refs:RFCOMM_DLC_CLOSED (Results 1 - 3 of 3) 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)
231 case RFCOMM_DLC_CLOSED:
282 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
319 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
455 else if (dlc->rd_state == RFCOMM_DLC_CLOSED)
rfcomm_dlc.c 157 KASSERT(dlc->rd_state != RFCOMM_DLC_CLOSED);
169 dlc->rd_state = RFCOMM_DLC_CLOSED;
203 if (dlc->rd_state != RFCOMM_DLC_CLOSED)
rfcomm.h 370 #define RFCOMM_DLC_CLOSED 0 /* no session */

Completed in 38 milliseconds