Home
last modified time | relevance | path

Searched refs:iac (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_telnet_protocol.h110 uint8_t iac; member
120 dst->iac = src->iac; in telnet_command_cpy()
Dshell_telnet.c157 if (!cmd->iac) { in telnet_reply_command()
252 if (cmd->iac != NVT_CMD_IAC) { in telnet_handle_command()
257 LOG_DBG("Got a command %u/%u/%u", cmd->iac, cmd->op, cmd->opt); in telnet_handle_command()
338 cmd->iac = *(buf + off); in telnet_recv()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dbr.c872 const uint8_t iac[3] = {0x33, 0x8b, 0x9e}; in br_start_inquiry() local
886 memcpy(cp->lap, iac, 3); in br_start_inquiry()