Searched refs:mtusize (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/ |
| H A D | bt_speaker.c | 310 socklen_t mtusize = sizeof(uint16_t); in process_connection() local 313 if (getsockopt(c->cfg.fd, SOL_L2CAP, SO_L2CAP_IMTU, &c->cfg.mtu, &mtusize) == -1) { in process_connection()
|
| /freebsd/lib/virtual_oss/bt/ |
| H A D | bt.c | 368 socklen_t mtusize = sizeof(uint16_t); in bt_open() local 547 if (getsockopt(cfg->fd, SOL_L2CAP, SO_L2CAP_OMTU, &cfg->mtu, &mtusize) == -1) { in bt_open() 562 if (getsockopt(cfg->fd, SOL_L2CAP, SO_L2CAP_IMTU, &cfg->mtu, &mtusize) == -1) { in bt_open()
|