Home
last modified time | relevance | path

Searched refs:ng_btsocket_sco_attach (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h112 int ng_btsocket_sco_attach (struct socket *, int, struct thread *);
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c154 .pru_attach = ng_btsocket_sco_attach,
H A Dng_btsocket_sco.c1201 ng_btsocket_sco_attach(struct socket *so, int proto, struct thread *td) in ng_btsocket_sco_attach() function