Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h102 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/linux-3.4.99/include/linux/
Dif_ether.h101 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
/linux-3.4.99/Documentation/networking/
Dpacket_mmap.txt92 fd= socket(PF_PACKET, mode, htons(ETH_P_ALL))
158 my_addr.sll_protocol = htons(ETH_P_ALL);
/linux-3.4.99/net/core/
Ddev.c392 if (pt->type == htons(ETH_P_ALL)) in ptype_head()
4272 if (pt->type == htons(ETH_P_ALL)) { in ptype_seq_next()
4302 if (pt->type == htons(ETH_P_ALL)) in ptype_seq_show()
/linux-3.4.99/net/sched/
Dsch_api.c1659 tp->protocol != htons(ETH_P_ALL)) in tc_classify_compat()