Searched refs:SO_L2CAP_OMTU (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h252 #define SO_L2CAP_OMTU 2 /* get outgoing (peer incoming) MTU */ macro
/freebsd-12-stable/lib/libsdp/
H A Dsession.c84 if (getsockopt(ss->s, SOL_L2CAP, SO_L2CAP_OMTU, &ss->omtu, &size) < 0) {
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Dclient.c118 if (getsockopt(fd, SOL_L2CAP, SO_L2CAP_OMTU, &mtu, &len) == -1) {
H A Dserver.c199 if (getsockopt(fd, SOL_L2CAP, SO_L2CAP_OMTU, &mtu, &len) == -1) {
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dserver.c328 if (getsockopt(cfd,SOL_L2CAP,SO_L2CAP_OMTU,&omtu,&size) < 0) {
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2325 case SO_L2CAP_OMTU: /* get outgoing (peer incoming) MTU */

Completed in 113 milliseconds