Home
last modified time | relevance | path

Searched refs:mtusize (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/
H A Dbt_speaker.c310 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 Dbt.c368 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()