mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 14:29:54 +02:00
When CAN_ISOTP_SF_BROADCAST is set in the CAN_ISOTP_OPTS flags the CAN_ISOTP socket is switched into functional addressing mode, where only single frame (SF) protocol data units can be send on the specified CAN interface and the given tp.tx_id after bind(). Add the CAN_ISOTP_SF_BROADCAST define from Linux UAPI includes. Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>