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

/freebsd-11.0-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h120 struct rfcomm_frame_hdr struct
/freebsd-11.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1324 mtu = s->mtu + sizeof(struct rfcomm_frame_hdr) + 1 + 1;
1484 sizeof(struct rfcomm_frame_hdr) - 1 - 1;
1553 sizeof(struct rfcomm_frame_hdr) - 1 - 1;
1597 * May be s->mtu + sizeof(struct rfcomm_frame_hdr) + 1 + 1?
1849 struct rfcomm_frame_hdr *hdr = NULL;
1868 hdr = mtod(m0, struct rfcomm_frame_hdr *);
3042 struct rfcomm_frame_hdr *hdr = NULL;
3063 hdr = mtod(m, struct rfcomm_frame_hdr *);

Completed in 67 milliseconds