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

  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 447 tETH_HDR eth_hdr; local
449 // memcpy(&eth_hdr.h_dest, local_addr, ETH_ADDR_LEN);
451 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN);
452 memcpy(&eth_hdr.h_src, src, ETH_ADDR_LEN);
453 eth_hdr.h_proto = htons(proto);
455 memcpy(packet, &eth_hdr, sizeof(tETH_HDR));
552 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) {
553 int broadcast = eth_hdr->h_dest[0] & 1;
560 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
561 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0))
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 57 typedef struct eth_hdr struct
  /external/tcpdump/
netdissect.h 563 extern void geonet_print(netdissect_options *ndo,const u_char *eth_hdr,const u_char *geo_pck, u_int len);
564 extern void calm_fast_print(netdissect_options *ndo,const u_char *eth_hdr,const u_char *calm_pck, u_int len);
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 2868 struct ieee8023_hdr *eth_hdr; local
3074 struct ieee8023_hdr *eth_hdr; local
    [all...]

Completed in 1846 milliseconds