HomeSort by relevance Sort by last modified time
    Searched refs:evh (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 927 struct ethervlan_header *evh; local
941 evh = (struct ethervlan_header *)eh;
943 vlan_tag = ntoh16(evh->vlan_tag);
946 if (ntoh16(evh->ether_type) == ETHER_TYPE_IP) {
970 evh->vlan_tag = hton16(vlan_tag);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1066 struct ethervlan_header *evh; local
1080 evh = (struct ethervlan_header *)eh;
1082 vlan_tag = ntoh16(evh->vlan_tag);
1085 if (ntoh16(evh->ether_type) == ETHER_TYPE_IP) {
1109 evh->vlan_tag = hton16(vlan_tag);
    [all...]

Completed in 33 milliseconds