Home
last modified time | relevance | path

Searched refs:SO_L2CAP_IMTU (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h249 #define SO_L2CAP_IMTU 1 /* get/set incoming MTU */ macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2315 case SO_L2CAP_IMTU: /* get incoming MTU */ in ng_btsocket_l2cap_ctloutput()
2365 case SO_L2CAP_IMTU: /* set incoming MTU */ in ng_btsocket_l2cap_ctloutput()
H A Dng_btsocket_rfcomm.c1329 l2sopt.sopt_name = SO_L2CAP_IMTU; in ng_btsocket_rfcomm_session_create()