Home
last modified time | relevance | path

Searched refs:eth_hdr (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_pan.c394 tETH_HDR eth_hdr; in btpan_tap_send() local
398 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN); in btpan_tap_send()
399 memcpy(&eth_hdr.h_src, src, ETH_ADDR_LEN); in btpan_tap_send()
400 eth_hdr.h_proto = htons(proto); in btpan_tap_send()
402 memcpy(packet, &eth_hdr, sizeof(tETH_HDR)); in btpan_tap_send()
491 static void forward_bnep(tETH_HDR* eth_hdr, char * packet, int size) in forward_bnep() argument
493 int broadcast = eth_hdr->h_dest[0] & 1; in forward_bnep()
499 … (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0 in forward_bnep()
500 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0)) in forward_bnep()
503 bta_pan_ci_rx_write(handle, eth_hdr->h_dest, eth_hdr->h_src, in forward_bnep()
[all …]
/external/bluetooth/bluedroid/btif/include/
Dbtif_pan_internal.h57 typedef struct eth_hdr struct
/external/kernel-headers/original/linux/
Dif_ether.h127 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
/external/grub/netboot/
Deepro100.c376 struct eth_hdr { in eepro100_transmit() struct
D3c90x.c480 struct eth_hdr in a3c90x_transmit() struct