Searched refs:l2cap_len (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h227 u_char l2cap_len; /* total length */ member in struct:sockaddr_l2cap_compat
234 u_char l2cap_len; /* total length */ member in struct:sockaddr_l2cap
/freebsd-12-stable/usr.sbin/bluetooth/l2ping/
H A Dl2ping.c167 sa.l2cap_len = sizeof(sa);
176 sa.l2cap_len = sizeof(sa);
/freebsd-12-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.c136 sa.l2cap_len = sizeof(sa);
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c672 if((sa->l2cap_len != sizeof(*sa))&&
673 (sa->l2cap_len != sizeof(struct sockaddr_l2cap_compat)))
726 if((sa->l2cap_len != sizeof(*sa))&&
727 (sa->l2cap_len != sizeof(struct sockaddr_l2cap_compat)))
1185 sa.l2cap_len = sizeof(sa);
1229 sa.l2cap_len = sizeof(sa);
H A Dng_btsocket_l2cap.c2124 if ((sa->l2cap_len != sizeof(*sa))&&
2125 (sa->l2cap_len != sizeof(struct sockaddr_l2cap_compat)))
2189 if (sa->l2cap_len == sizeof(*sal)){
2192 sa->l2cap_len = sizeof(*sa);
2195 if (sa->l2cap_len != sizeof(*sa))
2549 sa.l2cap_len = sizeof(sa);
2713 sa.l2cap_len = sizeof(sa);
H A Dng_btsocket_rfcomm.c1338 l2sa.l2cap_len = sizeof(l2sa);
1361 l2sa.l2cap_len = sizeof(l2sa);
/freebsd-12-stable/lib/libsdp/
H A Dsession.c64 sa.l2cap_len = sizeof(sa);
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dclient.c235 l2addr.l2cap_len = sizeof(l2addr);
H A Dserver.c94 l2addr.l2cap_len = sizeof(l2addr);
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Dclient.c70 sa.l2cap_len = sizeof(sa);
H A Dserver.c107 sa.l2cap_len = sizeof(sa);
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dserver.c140 l2.l2cap_len = sizeof(l2);

Completed in 252 milliseconds