HomeSort by relevance Sort by last modified time
    Searched defs:eth_hdr (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/include/
btif_pan_internal.h 58 typedef struct eth_hdr struct
  /system/bt/btif/src/
btif_pan.c 445 tETH_HDR eth_hdr; local
446 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN);
447 memcpy(&eth_hdr.h_src, src, ETH_ADDR_LEN);
448 eth_hdr.h_proto = htons(proto);
450 memcpy(packet, &eth_hdr, sizeof(tETH_HDR));
603 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) {
604 int broadcast = eth_hdr->h_dest[0] & 1;
611 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
612 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0)) {
613 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0)
    [all...]
  /system/connectivity/shill/wifi/
wake_on_wifi.cc 227 struct ethhdr eth_hdr; member in struct:shill::__anon74188
249 struct ethhdr eth_hdr; member in struct:shill::__anon74189
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 2878 struct ieee8023_hdr *eth_hdr; local
3084 struct ieee8023_hdr *eth_hdr; local
    [all...]

Completed in 2388 milliseconds