HomeSort by relevance Sort by last modified time
    Searched refs:pbp (Results 1 - 6 of 6) 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...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 108 PKIXBuilderParameters pbp = new PKIXBuilderParameters(getTestKeyStore().keyStore, xcs); local
109 CertPathTrustManagerParameters cptmp = new CertPathTrustManagerParameters(pbp);
  /ndk/sources/host-tools/nawk-20071023/
proto.h 149 extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, const char *what);
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 497 UINT8 pbp; /* Frequency for Proprietary Technology/B-Prime */ member in struct:__anon28617
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp     [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 221 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pbp;
    [all...]

Completed in 325 milliseconds