Home | History | Annotate | Download | only in dhdutil

Lines Matching defs:eh

1124 	struct ether_header *eh;
1133 eh = (struct ether_header *) pktdata;
1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
1139 evh = (struct ethervlan_header *)eh;
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) {