taglinefilesource code
ETH_P_802_3915drivers/isdn/isdn_net.creturn htons(ETH_P_802_3);
ETH_P_802_3971drivers/isdn/isdn_net.cskb->protocol = htons(ETH_P_802_3);
ETH_P_802_31048drivers/isdn/isdn_net.cif(type!=ETH_P_802_3) 
ETH_P_802_32601drivers/net/arcnet.ccase ETH_P_802_3:
ETH_P_802_32720drivers/net/arcnet.creturn htons(ETH_P_802_3);
ETH_P_802_357net/802/p8022.cdev->hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len);
ETH_P_802_313net/802/p8023.cdev->hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len);
ETH_P_802_3100net/ethernet/eth.cif(type!=ETH_P_802_3) 
ETH_P_802_3213net/ethernet/eth.creturn htons(ETH_P_802_3);
ETH_P_802_3833net/ipx/af_ipx.ccase IPX_FRAME_8023: return htons(ETH_P_802_3);
ETH_P_802_3870net/ipx/af_ipx.cdlink_type = htons(ETH_P_802_3);
ETH_P_802_3962net/ipx/af_ipx.ccase ETH_P_802_3: datalink = p8023_datalink; break;
ETH_P_802_31309net/ipx/af_ipx.ccase ETH_P_802_3: return "802.3";
ETH_P_802_32222net/ipx/af_ipx.cipx_8023_packet_type.type=htons(ETH_P_802_3);