Home
last modified time | relevance | path

Searched refs:ETH_P_IP (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c475 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()
/Zephyr-latest/samples/net/sockets/packet/src/
Dpacket.c163 dst.sll_protocol = htons(ETH_P_IP); in send_packet_socket()
/Zephyr-latest/include/zephyr/net/
Dethernet.h106 #if !defined(ETH_P_IP)
107 #define ETH_P_IP NET_ETH_PTYPE_IP macro
/Zephyr-latest/subsys/net/ip/
Dnet_core.c335 net_pkt_set_ll_proto_type(pkt, ETH_P_IP); in check_ip()
/Zephyr-latest/subsys/net/l2/ppp/
Dppp_l2.c191 case ETH_P_IP: in ppp_send()