Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/examples/
H A Dload_elf__block_a_port.c12 #define ETH_P_IP 0x0008 /* htons(0x0800) */ macro
36 if (eth->h_proto != ETH_P_IP) in handle_ingress()