taglinefilesource code
ETH_P_802_32147drivers/net/arcnet.creturn htons(ETH_P_802_3);
ETH_P_802_395net/inet/eth.cif(type!=ETH_P_802_3) 
ETH_P_802_3193net/inet/eth.creturn htons(ETH_P_802_3);
ETH_P_802_3658net/inet/ipx.ccase IPX_FRAME_8023: return htons(ETH_P_802_3);
ETH_P_802_3695net/inet/ipx.cdlink_type = htons(ETH_P_802_3);
ETH_P_802_3787net/inet/ipx.ccase ETH_P_802_3: datalink = p8023_datalink; break;
ETH_P_802_31102net/inet/ipx.ccase ETH_P_802_3: return "802.3";
ETH_P_802_31933net/inet/ipx.cipx_8023_packet_type.type=htons(ETH_P_802_3);