Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h99 int ng_l2cap_command_untimeout (ng_l2cap_cmd_p);
H A Dng_l2cap_evnt.c400 if (ng_l2cap_command_untimeout(cmd) != 0) { in ng_l2cap_process_cmd_rej()
580 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) in ng_l2cap_process_con_rsp()
840 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) { in ng_l2cap_process_cfg_rsp()
1076 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) in ng_l2cap_process_discon_rsp()
1141 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) { in ng_l2cap_process_echo_rsp()
1247 if ((error = ng_l2cap_command_untimeout(cmd)) != 0) { in ng_l2cap_process_info_rsp()
H A Dng_l2cap_misc.c279 ng_l2cap_command_untimeout(cmd); in ng_l2cap_free_con()
434 ng_l2cap_command_untimeout(f); in ng_l2cap_free_chan()
573 ng_l2cap_command_untimeout(ng_l2cap_cmd_p cmd) in ng_l2cap_command_untimeout() function
H A Dng_l2cap_cmds.c261 ng_l2cap_command_untimeout(cmd); in ng_l2cap_con_fail()