Home
last modified time | relevance | path

Searched refs:CAN_RAW (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dsocketcan.h34 #define CAN_RAW 1 macro
40 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
/Zephyr-latest/subsys/net/ip/
Dcanbus_socket.c26 return net_conn_input(pkt, NULL, CAN_RAW, NULL); in net_canbus_socket_input()
Dutils.c70 case CAN_RAW: in net_proto2str()
Dconnection.c671 if (proto != CAN_RAW) { in net_conn_input()
Dnet_context.c496 if (proto != CAN_RAW) { in net_context_check()
2589 net_context_get_proto(context) == CAN_RAW) { in context_sendto()
/Zephyr-latest/samples/net/sockets/can/src/
Dmain.c79 fd = socket(AF_CAN, SOCK_RAW, CAN_RAW); in create_socket()
186 fd = socket(AF_CAN, SOCK_RAW, CAN_RAW); in setup_socket()
/Zephyr-latest/tests/net/socket/register/src/
Dmain.c113 .test_case.proto = CAN_RAW,
216 if (type != SOCK_RAW || proto != CAN_RAW) { in is_can()
/Zephyr-latest/drivers/can/
Dcan_native_linux_adapt.c50 fd = socket(PF_CAN, SOCK_RAW, CAN_RAW); in linux_socketcan_iface_open()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_can.c730 if (type != SOCK_RAW || proto != CAN_RAW) { in can_is_supported()