Searched refs:eth_hdr (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_pan.c | 394 tETH_HDR eth_hdr; in btpan_tap_send() local 398 memcpy(ð_hdr.h_dest, dst, ETH_ADDR_LEN); in btpan_tap_send() 399 memcpy(ð_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, ð_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/ |
D | btif_pan_internal.h | 57 typedef struct eth_hdr struct
|
/external/kernel-headers/original/linux/ |
D | if_ether.h | 127 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
|
/external/grub/netboot/ |
D | eepro100.c | 376 struct eth_hdr { in eepro100_transmit() struct
|
D | 3c90x.c | 480 struct eth_hdr in a3c90x_transmit() struct
|