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

  /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);
  /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:__anon28617
    [all...]

Completed in 2471 milliseconds