Home
last modified time | relevance | path

Searched refs:ethertype (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/common/
H A Deapol_common.h28 be16 ethertype; member
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtr.c109 llc->ethertype = htons(ETHERTYPE_IP);
179 || ntohs(llc->ethertype) != ETHERTYPE_IP
/netbsd-src/sys/dev/pci/
H A Dif_mcx.c2424 int ethertype; member
5991 int ethertype, int ip_proto, uint32_t dest) in mcx_set_flow_table_entry_proto() argument
6034 mbin->cmd_flow_ctx.fc_match_value.mc_ethertype = htobe16(ethertype); in mcx_set_flow_table_entry_proto()
7474 flow_index, rss->ethertype, rss->ip_proto, in mcx_init()
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES2101 rather than sockaddr. Packet ethertype is now forced to ETH_P_IP.