Searched refs:rfcomm_frame_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h122 struct rfcomm_frame_hdr struct
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1325 mtu = s->mtu + sizeof(struct rfcomm_frame_hdr) + 1 + 1;
1463 sizeof(struct rfcomm_frame_hdr) - 1 - 1;
1532 sizeof(struct rfcomm_frame_hdr) - 1 - 1;
1576 * May be s->mtu + sizeof(struct rfcomm_frame_hdr) + 1 + 1?
1827 struct rfcomm_frame_hdr *hdr = NULL;
1846 hdr = mtod(m0, struct rfcomm_frame_hdr *);
3019 struct rfcomm_frame_hdr *hdr = NULL;
3040 hdr = mtod(m, struct rfcomm_frame_hdr *);

Completed in 63 milliseconds