Home | History | Annotate | Download | only in test

Lines Matching refs:bcm

151     in <linux/can/bcm.h>:
1650 bcm = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_BCM)
1651 self.addCleanup(bcm.close)
1652 bcm.connect((self.interface,))
1675 bytes_sent = bcm.send(header_plus_frame)