Searched refs:ng_l2cap_cmd_by_ident (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/netgraph7/bluetooth/l2cap/ |
| HD | ng_l2cap_evnt.c | 288 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_cmd_rej() 425 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_con_rsp() 679 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_cfg_rsp() 920 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_discon_rsp() 1017 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_echo_rsp() 1114 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_info_rsp()
|
| HD | ng_l2cap_misc.h | 84 ng_l2cap_cmd_p ng_l2cap_cmd_by_ident (ng_l2cap_con_p, u_int8_t);
|
| HD | ng_l2cap_misc.c | 448 ng_l2cap_cmd_by_ident(ng_l2cap_con_p con, u_int8_t ident) in ng_l2cap_cmd_by_ident() function 630 if (ng_l2cap_cmd_by_ident(con, ident) == NULL) { in ng_l2cap_get_ident()
|
| HD | ng_l2cap_cmds.c | 349 cmd = ng_l2cap_cmd_by_ident(con, ident); in ng_l2cap_process_command_timeout()
|