Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h56 ng_l2cap_chan_p ng_l2cap_new_chan (ng_l2cap_p, ng_l2cap_con_p, u_int16_t, int);
H A Dng_l2cap_misc.c335 ng_l2cap_new_chan(ng_l2cap_p l2cap, ng_l2cap_con_p con, u_int16_t psm, int idtype) in ng_l2cap_new_chan() function
H A Dng_l2cap_evnt.c492 ch = ng_l2cap_new_chan(l2cap, con, psm, idtype); in ng_l2cap_process_con_req()
H A Dng_l2cap_ulpi.c108 ch = ng_l2cap_new_chan(l2cap, con, ip->psm, ip->idtype); in ng_l2cap_l2ca_con_req()