Home
last modified time | relevance | path

Searched refs:NET_CAN_RAW (Results 1 – 8 of 8) sorted by relevance

/Zephyr-4.2.1/include/zephyr/net/
Dsocketcan.h34 #define NET_CAN_RAW 1 macro
40 #define NET_SOL_CAN_RAW (NET_SOL_CAN_BASE + NET_CAN_RAW)
Dnet_compat.h80 #define CAN_RAW NET_CAN_RAW
81 #define SOL_CAN_RAW (NET_SOL_CAN_BASE + NET_CAN_RAW)
/Zephyr-4.2.1/subsys/net/ip/
Dcanbus_socket.c26 return net_conn_can_input(pkt, NET_CAN_RAW); in net_canbus_socket_input()
Dconnection.c784 if (net_pkt_family(pkt) != NET_AF_CAN || proto != NET_CAN_RAW) { in net_conn_can_input()
803 if (conn->proto != NET_CAN_RAW) { in net_conn_can_input()
Dutils.c70 case NET_CAN_RAW: in net_proto2str()
Dnet_context.c514 if (proto != NET_CAN_RAW) { in net_context_check()
2812 net_context_get_proto(context) == NET_CAN_RAW) { in context_sendto()
/Zephyr-4.2.1/tests/net/socket/register/src/
Dmain.c113 .test_case.proto = NET_CAN_RAW,
216 if (type != NET_SOCK_RAW || proto != NET_CAN_RAW) { in is_can()
/Zephyr-4.2.1/subsys/net/lib/sockets/
Dsockets_can.c729 if (type != NET_SOCK_RAW || proto != NET_CAN_RAW) { in can_is_supported()