Searched refs:NET_CAN_RAW (Results 1 – 8 of 8) sorted by relevance
34 #define NET_CAN_RAW 1 macro40 #define NET_SOL_CAN_RAW (NET_SOL_CAN_BASE + NET_CAN_RAW)
80 #define CAN_RAW NET_CAN_RAW81 #define SOL_CAN_RAW (NET_SOL_CAN_BASE + NET_CAN_RAW)
26 return net_conn_can_input(pkt, NET_CAN_RAW); in net_canbus_socket_input()
784 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()
70 case NET_CAN_RAW: in net_proto2str()
514 if (proto != NET_CAN_RAW) { in net_context_check()2812 net_context_get_proto(context) == NET_CAN_RAW) { in context_sendto()
113 .test_case.proto = NET_CAN_RAW,216 if (type != NET_SOCK_RAW || proto != NET_CAN_RAW) { in is_can()
729 if (type != NET_SOCK_RAW || proto != NET_CAN_RAW) { in can_is_supported()