Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h249 #define SO_L2CAP_OMTU 2 /* get outgoing (peer incoming) MTU */ macro
/freebsd/usr.sbin/bluetooth/btpand/
H A Dclient.c117 if (getsockopt(fd, SOL_L2CAP, SO_L2CAP_OMTU, &mtu, &len) == -1) { in client_init()
H A Dserver.c198 if (getsockopt(fd, SOL_L2CAP, SO_L2CAP_OMTU, &mtu, &len) == -1) { in server_read()
/freebsd/lib/libsdp/
H A Dsession.c83 if (getsockopt(ss->s, SOL_L2CAP, SO_L2CAP_OMTU, &ss->omtu, &size) < 0) { in sdp_open()
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dserver.c327 if (getsockopt(cfd,SOL_L2CAP,SO_L2CAP_OMTU,&omtu,&size) < 0) { in server_accept_client()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2303 case SO_L2CAP_OMTU: /* get outgoing (peer incoming) MTU */ in ng_btsocket_l2cap_ctloutput()