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

  /external/iproute2/lib/
ll_addr.c 63 inet_prefix pfx; local
64 if (get_addr_1(&pfx, arg, AF_INET)) {
70 memcpy(lladdr, pfx.data, 4);
  /external/iproute2/ip/
ipprefix.c 75 struct in6_addr *pfx; local
78 pfx = (struct in6_addr *)RTA_DATA(tb[PREFIX_ADDRESS]);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
ipneigh.c 37 inet_prefix pfx; member in struct:__anon21155
220 if (filter.pfx.family) {
225 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
370 get_prefix(&filter.pfx, *argv, filter.family);
372 filter.family = filter.pfx.family;
ipaddress.c 44 inet_prefix pfx; member in struct:__anon21142
551 if (filter.pfx.family) {
557 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
794 get_prefix(&filter.pfx, *argv, filter.family);
796 filter.family = filter.pfx.family;
977 if (filter.pfx.family || filter.label) {
983 if (filter.pfx.family && tb[IFA_LOCAL]) {
988 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)
    [all...]
  /external/elfutils/tests/
allregs.c 100 const char *set, *pfx; member in struct:reginfo
145 state->info[regno].pfx = prefix;
208 state.info[i].pfx ?: "", state.info[i].name,
  /external/tcpdump/missing/
getaddrinfo.c 774 u_char pfx; local
788 pfx = ((struct in6_addr *)pton)->s6_addr[0];
789 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
  /external/chromium/net/socket/
socket_test_util.cc 54 const char* pfx = "Data: "; local
56 DVLOG(1) << pfx << "<None>";
60 DVLOG(1) << pfx
71 pfx = " ";
76 DVLOG(1) << pfx
87 DVLOG(1) << pfx
96 DVLOG(1) << pfx
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 66 import org.bouncycastle.asn1.pkcs.Pfx;
714 Pfx bag = Pfx.getInstance(obj);
1553 Pfx pfx = new Pfx(mainInfo, mData); local
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.cc 62 const char* pfx = "Data: "; local
64 DVLOG(1) << pfx << "<None>";
68 DVLOG(1) << pfx
79 pfx = " ";
84 DVLOG(1) << pfx
95 DVLOG(1) << pfx
104 DVLOG(1) << pfx
    [all...]
  /external/elfutils/src/
readelf.c 5757 const char *pfx; local
5930 const char *pfx; local
6043 const char *pfx = "<"; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 681 static Bool IS_VALID_PFX ( Prefix pfx ) {
682 return toBool((pfx & 0xFF000000) == PFX_EMPTY);
685 static Bool haveREX ( Prefix pfx ) {
686 return toBool(pfx & PFX_REX);
689 static Int getRexW ( Prefix pfx ) {
690 return (pfx & PFX_REXW) ? 1 : 0;
692 static Int getRexR ( Prefix pfx ) {
693 return (pfx & PFX_REXR) ? 1 : 0;
695 static Int getRexX ( Prefix pfx ) {
696 return (pfx & PFX_REXX) ? 1 : 0
26481 Prefix pfx = PFX_EMPTY; local
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1330 milliseconds