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

  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 394 tETH_HDR eth_hdr; local
396 // memcpy(&eth_hdr.h_dest, local_addr, ETH_ADDR_LEN);
398 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN);
399 memcpy(&eth_hdr.h_src, src, ETH_ADDR_LEN);
400 eth_hdr.h_proto = htons(proto);
402 memcpy(packet, &eth_hdr, sizeof(tETH_HDR));
491 static void forward_bnep(tETH_HDR* eth_hdr, char * packet, int size)
493 int broadcast = eth_hdr->h_dest[0] & 1;
499 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
500 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0)
608 tETH_HDR eth_hdr; local
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 57 typedef struct eth_hdr struct
  /external/kernel-headers/original/linux/
if_ether.h 127 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) function
  /external/grub/netboot/
eepro100.c 376 struct eth_hdr { struct
3c90x.c 480 struct eth_hdr struct

Completed in 1065 milliseconds