Searched refs:ETH_P_IP (Results 1 – 4 of 4) sorted by relevance
408 ETH_P_IP >> 8, ETH_P_IP & 0xFF, /* EtherType */ in ZTEST()414 ETH_P_IP >> 8, ETH_P_IP & 0xFF, /* EtherType */ in ZTEST()441 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()472 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()514 ETH_P_IP >> 8, ETH_P_IP & 0xFF, /* EtherType */ in ZTEST()547 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()
163 dst.sll_protocol = htons(ETH_P_IP); in send_packet_socket()
79 #if !defined(ETH_P_IP)80 #define ETH_P_IP NET_ETH_PTYPE_IP macro
335 net_pkt_set_ll_proto_type(pkt, ETH_P_IP); in check_ip()