Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h79 #define ETH_P_WCCP 0x883E /* Web-cache coordination */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h77 #define ETH_P_WCCP 0x883E /* Web-cache coordination protocol macro
/openbmc/linux/net/ipv4/
H A Dgre_demux.c114 if (greh->flags == 0 && tpi->proto == htons(ETH_P_WCCP)) { in gre_parse_header()