rd_state 112 netbt/hci_ioctl.c dlc->rd_state, dlc->rd_flags,
rd_state 322 netbt/rfcomm.h uint16_t rd_state; /* DLC state */
rd_state 139 netbt/rfcomm_dlc.c new->rd_state = RFCOMM_DLC_WAIT_CONNECT;
rd_state 156 netbt/rfcomm_dlc.c KASSERT(dlc->rd_state != RFCOMM_DLC_CLOSED);
rd_state 168 netbt/rfcomm_dlc.c dlc->rd_state = RFCOMM_DLC_CLOSED;
rd_state 202 netbt/rfcomm_dlc.c if (dlc->rd_state != RFCOMM_DLC_CLOSED)
rd_state 255 netbt/rfcomm_dlc.c KASSERT(dlc->rd_state == RFCOMM_DLC_WAIT_SESSION);
rd_state 278 netbt/rfcomm_dlc.c dlc->rd_state = RFCOMM_DLC_WAIT_CONNECT;
rd_state 310 netbt/rfcomm_dlc.c dlc->rd_state = RFCOMM_DLC_OPEN;
rd_state 335 netbt/rfcomm_dlc.c KASSERT(dlc->rd_state == RFCOMM_DLC_OPEN);
rd_state 462 netbt/rfcomm_session.c && dlc->rd_state == RFCOMM_DLC_OPEN) {
rd_state 472 netbt/rfcomm_session.c dlc->rd_state = RFCOMM_DLC_WAIT_DISCONNECT;
rd_state 524 netbt/rfcomm_session.c switch (dlc->rd_state) {
rd_state 534 netbt/rfcomm_session.c dlc->rd_state = RFCOMM_DLC_WAIT_RECV_UA;
rd_state 719 netbt/rfcomm_session.c if (dlc->rd_state == RFCOMM_DLC_WAIT_SESSION)
rd_state 752 netbt/rfcomm_session.c if (dlc->rd_state != RFCOMM_DLC_WAIT_CONNECT)
rd_state 758 netbt/rfcomm_session.c dlc->rd_state = RFCOMM_DLC_WAIT_SEND_UA;
rd_state 835 netbt/rfcomm_session.c if (dlc->rd_state == RFCOMM_DLC_WAIT_SESSION)
rd_state 863 netbt/rfcomm_session.c switch (dlc->rd_state) {
rd_state 901 netbt/rfcomm_session.c if (dlc->rd_state == RFCOMM_DLC_WAIT_CONNECT)
rd_state 938 netbt/rfcomm_session.c if (dlc->rd_state != RFCOMM_DLC_OPEN) {
rd_state 940 netbt/rfcomm_session.c dlc->rd_state);
rd_state 1335 netbt/rfcomm_session.c if (dlc->rd_state == RFCOMM_DLC_WAIT_CONNECT
rd_state 1369 netbt/rfcomm_session.c dlc->rd_state = RFCOMM_DLC_WAIT_DISCONNECT;
rd_state 1382 netbt/rfcomm_session.c if (dlc->rd_state != RFCOMM_DLC_WAIT_CONNECT)
rd_state 1396 netbt/rfcomm_session.c dlc->rd_state = RFCOMM_DLC_WAIT_SEND_SABM;
rd_state 1408 netbt/rfcomm_session.c dlc->rd_state = RFCOMM_DLC_WAIT_RECV_UA;
rd_state 77 netbt/rfcomm_upper.c dlc->rd_state = RFCOMM_DLC_CLOSED;
rd_state 136 netbt/rfcomm_upper.c if (dlc->rd_state != RFCOMM_DLC_CLOSED)
rd_state 191 netbt/rfcomm_upper.c dlc->rd_state = RFCOMM_DLC_WAIT_SESSION;
rd_state 226 netbt/rfcomm_upper.c switch (dlc->rd_state) {
rd_state 250 netbt/rfcomm_upper.c dlc->rd_state = RFCOMM_DLC_WAIT_DISCONNECT;
rd_state 261 netbt/rfcomm_upper.c UNKNOWN(dlc->rd_state);
rd_state 278 netbt/rfcomm_upper.c if (dlc->rd_state != RFCOMM_DLC_CLOSED)
rd_state 315 netbt/rfcomm_upper.c if (dlc->rd_state != RFCOMM_DLC_CLOSED)
rd_state 360 netbt/rfcomm_upper.c dlc->rd_state = RFCOMM_DLC_LISTEN;
rd_state 384 netbt/rfcomm_upper.c if (dlc->rd_state == RFCOMM_DLC_OPEN)
rd_state 411 netbt/rfcomm_upper.c if (dlc->rd_state == RFCOMM_DLC_OPEN
rd_state 434 netbt/rfcomm_upper.c else if (dlc->rd_state == RFCOMM_DLC_CLOSED)
rd_state 453 netbt/rfcomm_upper.c if (dlc->rd_state == RFCOMM_DLC_OPEN)