Searched refs:ETH_P_IP (Results 1 – 5 of 5) sorted by relevance
475 ETH_P_IP >> 8, ETH_P_IP & 0xFF, /* EtherType */ in ZTEST()481 ETH_P_IP >> 8, ETH_P_IP & 0xFF, /* EtherType */ in ZTEST()508 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()539 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()581 ETH_P_IP >> 8, ETH_P_IP & 0xFF, /* EtherType */ in ZTEST()614 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()
163 dst.sll_protocol = htons(ETH_P_IP); in send_packet_socket()
106 #if !defined(ETH_P_IP)107 #define ETH_P_IP NET_ETH_PTYPE_IP macro
335 net_pkt_set_ll_proto_type(pkt, ETH_P_IP); in check_ip()
191 case ETH_P_IP: in ppp_send()