Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 4 of 4) sorted by relevance

/net/sctp/
Dsm_statefuns.c73 sctp_cmd_seq_t *commands);
79 sctp_cmd_seq_t *commands,
85 sctp_cmd_seq_t *commands);
90 sctp_cmd_seq_t *commands);
95 sctp_cmd_seq_t *commands);
98 static sctp_disposition_t sctp_stop_t1_and_abort(sctp_cmd_seq_t *commands,
107 sctp_cmd_seq_t *commands,
116 sctp_cmd_seq_t *commands);
123 sctp_cmd_seq_t *commands);
130 sctp_cmd_seq_t *commands);
[all …]
Dsm_sideeffect.c65 sctp_cmd_seq_t *commands,
73 sctp_cmd_seq_t *commands,
156 sctp_cmd_seq_t *commands) in sctp_gen_sack() argument
217 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART, in sctp_gen_sack()
229 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack)); in sctp_gen_sack()
232 sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP, in sctp_gen_sack()
470 static void sctp_cmd_init_failed(sctp_cmd_seq_t *commands, in sctp_cmd_init_failed() argument
481 sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, in sctp_cmd_init_failed()
484 sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE, in sctp_cmd_init_failed()
489 sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL()); in sctp_cmd_init_failed()
[all …]
/net/phonet/
DKconfig13 from a Linux computer, although AT commands may be easier to use.
/net/bluetooth/
Dhci_event.c445 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands)); in hci_cc_read_local_commands()