Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Doma_dm_client.c137 int cmdid) in oma_dm_add_cmdid()
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()
151 oma_dm_add_cmdid(ctx, node, cmdid); in add_alert()
159 int msgref, int cmdref, int cmdid, in add_status()
167 oma_dm_add_cmdid(ctx, node, cmdid); in add_status()
184 int msgref, int cmdref, int cmdid, in add_results()
193 oma_dm_add_cmdid(ctx, node, cmdid); in add_results()
243 int cmdid) in add_replace_devinfo()
260 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
136 oma_dm_add_cmdid(struct hs20_osu_client *ctx, xml_node_t *parent, int cmdid) oma_dm_add_cmdid() argument
143 add_alert(struct hs20_osu_client *ctx, xml_node_t *parent, int cmdid, int data) add_alert() argument
158 add_status(struct hs20_osu_client *ctx, xml_node_t *parent, int msgref, int cmdref, int cmdid, const char *cmd, int data, const char *targetref) add_status() argument
183 add_results(struct hs20_osu_client *ctx, xml_node_t *parent, int msgref, int cmdref, int cmdid, const char *locuri, const char *data) add_results() argument
242 add_replace_devinfo(struct hs20_osu_client *ctx, xml_node_t *parent, int cmdid) add_replace_devinfo() argument
277 oma_dm_add_hs20_generic_alert(struct hs20_osu_client *ctx, xml_node_t *syncbody, int cmdid, const char *oper, const char *data) oma_dm_add_hs20_generic_alert() argument
303 int cmdid = 0; build_oma_dm_1() local
1001 int cmdid = 0; oma_dm_process() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Doma_dm_client.c137 int cmdid) in oma_dm_add_cmdid()
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()
151 oma_dm_add_cmdid(ctx, node, cmdid); in add_alert()
159 int msgref, int cmdref, int cmdid, in add_status()
167 oma_dm_add_cmdid(ctx, node, cmdid); in add_status()
184 int msgref, int cmdref, int cmdid, in add_results()
193 oma_dm_add_cmdid(ctx, node, cmdid); in add_results()
243 int cmdid) in add_replace_devinfo()
260 oma_dm_add_cmdid(ctx, replace, cmdid); in add_replace_devinfo()
136 oma_dm_add_cmdid(struct hs20_osu_client *ctx, xml_node_t *parent, int cmdid) oma_dm_add_cmdid() argument
143 add_alert(struct hs20_osu_client *ctx, xml_node_t *parent, int cmdid, int data) add_alert() argument
158 add_status(struct hs20_osu_client *ctx, xml_node_t *parent, int msgref, int cmdref, int cmdid, const char *cmd, int data, const char *targetref) add_status() argument
183 add_results(struct hs20_osu_client *ctx, xml_node_t *parent, int msgref, int cmdref, int cmdid, const char *locuri, const char *data) add_results() argument
242 add_replace_devinfo(struct hs20_osu_client *ctx, xml_node_t *parent, int cmdid) add_replace_devinfo() argument
277 oma_dm_add_hs20_generic_alert(struct hs20_osu_client *ctx, xml_node_t *syncbody, int cmdid, const char *oper, const char *data) oma_dm_add_hs20_generic_alert() argument
303 int cmdid = 0; build_oma_dm_1() local
1001 int cmdid = 0; oma_dm_process() local
[all...]
/third_party/curl/lib/
H A Dimap.h82 unsigned char cmdid; /* Last used command ID */ member
H A Dimap.c1782 ++imapc->cmdid); in imap_sendf()
/third_party/curl/tests/
H A Dftpserver.pl1144 my $cmdid;
1159 sendcontrol "$cmdid BAD Command\r\n";
1179 sendcontrol "$cmdid OK CAPABILITY completed\r\n";
1193 sendcontrol "$cmdid BAD Command Argument\r\n";
1196 sendcontrol "$cmdid OK LOGIN completed\r\n";
1209 sendcontrol "$cmdid BAD Command Argument\r\n";
1220 sendcontrol "$cmdid OK [READ-WRITE] SELECT completed\r\n";
1236 sendcontrol "$cmdid BAD Command received in Invalid state\r\n";
1271 sendcontrol "$cmdid OK FETCH completed\r\n";
1287 sendcontrol "$cmdid BA
[all...]

Completed in 7 milliseconds