Searched refs:ng_l2cap_cmd_by_ident (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_misc.h | 88 ng_l2cap_cmd_p ng_l2cap_cmd_by_ident (ng_l2cap_con_p, u_int8_t);
|
| H A D | ng_l2cap_evnt.c | 398 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_cmd_rej() 545 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_con_rsp() 801 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_cfg_rsp() 1042 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_discon_rsp() 1139 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_echo_rsp() 1236 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_info_rsp()
|
| H A D | ng_l2cap_misc.c | 484 ng_l2cap_cmd_by_ident(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_cmd_by_ident() function 685 if (ng_l2cap_cmd_by_ident(con, ident) == NULL) { in ng_l2cap_get_ident()
|
| H A D | ng_l2cap_cmds.c | 364 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_command_timeout()
|