taglinefilesource code
ETH_P_802_22151drivers/net/arcnet.creturn htons(ETH_P_802_2);
ETH_P_802_2195net/inet/eth.creturn htons(ETH_P_802_2);
ETH_P_802_2656net/inet/ipx.ccase IPX_FRAME_8022: return htons(ETH_P_802_2);
ETH_P_802_2687net/inet/ipx.cdlink_type = htons(ETH_P_802_2);
ETH_P_802_2785net/inet/ipx.ccase ETH_P_802_2: datalink = p8022_datalink; break;
ETH_P_802_21100net/inet/ipx.ccase ETH_P_802_2: return "802.2";
ETH_P_802_272net/inet/p8022.cp8022_packet_type.type=htons(ETH_P_802_2);