Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_evnt.c291 if (ng_l2cap_command_untimeout(cmd) != 0) { in ng_l2cap_process_cmd_rej()
461 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) in ng_l2cap_process_con_rsp()
719 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) { in ng_l2cap_process_cfg_rsp()
955 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) in ng_l2cap_process_discon_rsp()
1020 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) { in ng_l2cap_process_echo_rsp()
1126 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) { in ng_l2cap_process_info_rsp()
H A Dng_l2cap_misc.c274 ng_l2cap_command_untimeout(cmd); in ng_l2cap_free_con()
399 ng_l2cap_command_untimeout(f); in ng_l2cap_free_chan()
538 ng_l2cap_command_untimeout(ng_l2cap_cmd_p cmd) in ng_l2cap_command_untimeout() function
H A Dng_l2cap_misc.h96 int ng_l2cap_command_untimeout (ng_l2cap_cmd_p);
H A Dng_l2cap_cmds.c248 ng_l2cap_command_untimeout(cmd); in ng_l2cap_con_fail()