Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h97 int ng_l2cap_lp_untimeout (ng_l2cap_con_p);
H A Dng_l2cap_llpi.c120 if (ng_l2cap_lp_untimeout(con) == 0) in ng_l2cap_lp_con_req()
184 if ((error = ng_l2cap_lp_untimeout(con)) != 0) in ng_l2cap_lp_con_cfm()
271 if (ng_l2cap_lp_untimeout(con) == 0) in ng_l2cap_lp_con_ind()
H A Dng_l2cap_misc.c528 ng_l2cap_lp_untimeout(ng_l2cap_con_p con) in ng_l2cap_lp_untimeout() function
H A Dng_l2cap_main.c740 ng_l2cap_lp_untimeout(con); in ng_l2cap_cleanup()