Home
last modified time | relevance | path

Searched refs:CAN_ISOTP (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/can/
H A Disotp.h50 #define SOL_CAN_ISOTP (SOL_CAN_BASE + CAN_ISOTP)
/linux/include/uapi/linux/
H A Dcan.h235 #define CAN_ISOTP 6 /* ISO 15765-2 Transport Protocol */ macro
/linux/Documentation/networking/
H A Diso15765-2.rst80 and the ``CAN_ISOTP`` protocol:
84 s = socket(PF_CAN, SOCK_DGRAM, CAN_ISOTP);
366 s = socket(PF_CAN, SOCK_DGRAM, CAN_ISOTP);
/linux/net/can/
H A DKconfig59 config CAN_ISOTP config
H A Disotp.c1735 .protocol = CAN_ISOTP,