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

  /external/libpcap/
sf-pcap-ng.c 952 struct packet_block *pbp; local
1045 pbp = get_from_block_data(&cursor, sizeof(*pbp),
1047 if (pbp == NULL)
1055 interface_id = SWAPSHORT(pbp->interface_id);
1056 hdr->caplen = SWAPLONG(pbp->caplen);
1057 hdr->len = SWAPLONG(pbp->len);
1058 t = ((u_int64_t)SWAPLONG(pbp->timestamp_high)) << 32 |
1059 SWAPLONG(pbp->timestamp_low);
1061 interface_id = pbp->interface_id
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 497 UINT8 pbp; /* Frequency for Proprietary Technology/B-Prime */ member in struct:__anon3558
    [all...]

Completed in 500 milliseconds