Searched refs:SO_L2CAP_OMTU (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket.h | 249 #define SO_L2CAP_OMTU 2 /* get outgoing (peer incoming) MTU */ macro
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | client.c | 117 if (getsockopt(fd, SOL_L2CAP, SO_L2CAP_OMTU, &mtu, &len) == -1) { in client_init()
|
H A D | server.c | 198 if (getsockopt(fd, SOL_L2CAP, SO_L2CAP_OMTU, &mtu, &len) == -1) { in server_read()
|
/freebsd/lib/libsdp/ |
H A D | session.c | 83 if (getsockopt(ss->s, SOL_L2CAP, SO_L2CAP_OMTU, &ss->omtu, &size) < 0) { in sdp_open()
|
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | server.c | 327 if (getsockopt(cfd,SOL_L2CAP,SO_L2CAP_OMTU,&omtu,&size) < 0) { in server_accept_client()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_l2cap.c | 2303 case SO_L2CAP_OMTU: /* get outgoing (peer incoming) MTU */ in ng_btsocket_l2cap_ctloutput()
|