Searched refs:sp_mtu (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/netbt/
H A Dsco.h47 unsigned int sp_mtu; /* link MTU */ member in struct:sco_pcb
H A Dsco_upper.c175 pcb->sp_mtu = unit->hci_max_sco_size;
292 if (plen != pcb->sp_mtu) {
343 return sockopt_set(sopt, &pcb->sp_mtu, sizeof(uint16_t));
H A Dsco_socket.c308 if (m->m_pkthdr.len > pcb->sp_mtu) {
H A Dhci_link.c821 new->sp_mtu = unit->hci_max_sco_size;

Completed in 95 milliseconds