Searched refs:ETH_P_ALL (Results 1 – 5 of 5) sorted by relevance
102 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
101 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
92 fd= socket(PF_PACKET, mode, htons(ETH_P_ALL))158 my_addr.sll_protocol = htons(ETH_P_ALL);
392 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()
1659 tp->protocol != htons(ETH_P_ALL)) in tc_classify_compat()