Home
last modified time | relevance | path

Searched refs:cmdid (Results 1 – 5 of 5) sorted by relevance

/external/curl/tests/
Dftpserver.pl1072 my $cmdid;
1087 sendcontrol "$cmdid BAD Command\r\n";
1107 sendcontrol "$cmdid OK CAPABILITY completed\r\n";
1121 sendcontrol "$cmdid BAD Command Argument\r\n";
1124 sendcontrol "$cmdid OK LOGIN completed\r\n";
1137 sendcontrol "$cmdid BAD Command Argument\r\n";
1148 sendcontrol "$cmdid OK [READ-WRITE] SELECT completed\r\n";
1164 sendcontrol "$cmdid BAD Command received in Invalid state\r\n";
1198 sendcontrol "$cmdid OK FETCH completed\r\n";
1214 sendcontrol "$cmdid BAD Command Argument\r\n";
[all …]
/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c137 int cmdid) in oma_dm_add_cmdid() argument
139 xml_node_create_text(ctx->xml, parent, NULL, "CmdID", int2str(cmdid)); in oma_dm_add_cmdid()
144 int cmdid, int data) in add_alert() argument
151 oma_dm_add_cmdid(ctx, node, cmdid); in add_alert()
159 int msgref, int cmdref, int cmdid, in add_status() argument
167 oma_dm_add_cmdid(ctx, node, cmdid); in add_status()
184 int msgref, int cmdref, int cmdid, in add_results() argument
193 oma_dm_add_cmdid(ctx, node, cmdid); in add_results()
243 int cmdid) in add_replace_devinfo() argument
260 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
[all …]
/external/curl/lib/
Dimap.h78 int cmdid; /* Last used command ID */ member
Dimap.c1750 imapc->cmdid = (imapc->cmdid + 1) % 1000; in imap_sendf()
1754 'A' + curlx_sltosi(conn->connection_id % 26), imapc->cmdid); in imap_sendf()
/external/u-boot/drivers/nvme/
Dnvme.c123 static unsigned short cmdid; in nvme_get_cmd_id() local
125 return cpu_to_le16((cmdid < USHRT_MAX) ? cmdid++ : 0); in nvme_get_cmd_id()