HomeSort by: relevance | last modified time | path
    Searched refs:sco_send_pcb (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netbt/
sco.h 79 int sco_send_pcb(struct sco_pcb *, struct mbuf *);
sco_upper.c 264 * sco_send_pcb(pcb, mbuf)
274 sco_send_pcb(struct sco_pcb *pcb, struct mbuf *m) function in typeref:typename:int
sco_socket.c 319 return sco_send_pcb(pcb, m0);
  /src/sys/dev/bluetooth/
btsco.c 1060 * storage to sco_send_pcb()
1100 if (sco_send_pcb(sc->sc_sco, m) > 0) {

Completed in 106 milliseconds