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

  /src/sys/netbt/
rfcomm_socket.c 474 (new & RFCOMM_LM_SECURE ? "on" : "off"));
483 || ((mode & RFCOMM_LM_SECURE) && !(new & RFCOMM_LM_SECURE)))
rfcomm_dlc.c 232 (dlc->rd_mode & RFCOMM_LM_SECURE ? "yes" : "no"));
240 if (dlc->rd_mode & RFCOMM_LM_SECURE)
rfcomm_upper.c 467 mode &= (RFCOMM_LM_SECURE | RFCOMM_LM_ENCRYPT | RFCOMM_LM_AUTH);
469 if (mode & RFCOMM_LM_SECURE)
rfcomm.h 258 #define RFCOMM_LM_SECURE (1<<2) /* want secured link */
rfcomm_session.c 531 mode |= RFCOMM_LM_SECURE;
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 176 lm = RFCOMM_LM_SECURE;

Completed in 14 milliseconds