Home
last modified time | relevance | path

Searched refs:NG_L2CAP_ECHO_REQ (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_cmds.c172 case NG_L2CAP_ECHO_REQ: in ng_l2cap_con_wakeup()
295 case NG_L2CAP_ECHO_REQ: in ng_l2cap_con_fail()
388 case NG_L2CAP_ECHO_REQ: in ng_l2cap_process_command_timeout()
HDng_l2cap_evnt.c238 case NG_L2CAP_ECHO_REQ: in ng_l2cap_process_signal_cmd()
421 case NG_L2CAP_ECHO_REQ: in ng_l2cap_process_cmd_rej()
HDng_l2cap_cmds.h353 c->code = NG_L2CAP_ECHO_REQ; \
HDng_l2cap_ulpi.c1523 NG_L2CAP_ECHO_REQ, msg->header.token); in ng_l2cap_l2ca_ping_req()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_l2cap.h275 #define NG_L2CAP_ECHO_REQ 0x08 macro