Searched refs:IPPROTO_RAW (Results 1 – 13 of 13) sorted by relevance
71 zexpect_not_equal(-1, IPPROTO_RAW); in ZTEST()
123 sock = zsock_socket(AF_PACKET, SOCK_RAW, htons(IPPROTO_RAW)); in ZTEST()
56 proto = IPPROTO_RAW; in zpacket_socket()496 || proto == IPPROTO_RAW; in packet_is_supported()
134 .test_case.proto = IPPROTO_RAW,
667 if (proto != ETH_P_ALL && proto != IPPROTO_RAW) { in net_conn_input()756 if (proto != ETH_P_ALL && proto != IPPROTO_RAW) { in net_conn_input()782 if ((proto == ETH_P_ALL && conn->proto != IPPROTO_RAW) || in net_conn_input()
131 ret = net_packet_socket_input(pkt, IPPROTO_RAW); in process_data()
2567 if (net_context_get_proto(context) == IPPROTO_RAW) { in context_sendto()
512 net_context_get_proto(context) == IPPROTO_RAW) { in net_if_send_data()
139 *proto = IPPROTO_RAW; in socket_proto_from_nsos_mid()176 case IPPROTO_RAW: in socket_proto_to_nsos_mid()
112 case IPPROTO_RAW: in socket_proto_to_nsos_mid()986 *proto = IPPROTO_RAW; in socket_proto_from_nsos_mid()
74 IPPROTO_RAW = 255, /**< RAW IP packets */ enumerator
702 * Fixed IPPROTO_RAW usage in packet socket implementation.
1019 * Fixed AF_PACKET/SOCK_RAW/IPPROTO_RAW sockets on top of Ethernet L2.