OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_OPT_MTU_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netbt/
l2cap_signal.c
488
if (opt.length !=
L2CAP_OPT_MTU_SIZE
)
491
m_copydata(m, 0,
L2CAP_OPT_MTU_SIZE
, &val.mtu);
501
if (len + sizeof(opt) +
L2CAP_OPT_MTU_SIZE
> sizeof(buf))
508
memcpy(buf + len, &val,
L2CAP_OPT_MTU_SIZE
);
509
len +=
L2CAP_OPT_MTU_SIZE
;
729
if (opt.length !=
L2CAP_OPT_MTU_SIZE
)
732
m_copydata(m, 0,
L2CAP_OPT_MTU_SIZE
, &val.mtu);
1152
opt->length =
L2CAP_OPT_MTU_SIZE
;
1157
next += sizeof(l2cap_cfg_opt_t) +
L2CAP_OPT_MTU_SIZE
;
l2cap.h
163
#define
L2CAP_OPT_MTU_SIZE
sizeof(uint16_t)
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025