HomeSort by relevance Sort by last modified time
    Searched defs:pfx (Results 1 - 11 of 11) 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:__anon7852
219 if (filter.pfx.family) {
224 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
365 get_prefix(&filter.pfx, *argv, filter.family);
367 filter.family = filter.pfx.family;
ipaddress.c 44 inet_prefix pfx; member in struct:__anon7847
494 if (filter.pfx.family) {
500 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
735 get_prefix(&filter.pfx, *argv, filter.family);
737 filter.family = filter.pfx.family;
910 if (filter.pfx.family || filter.label) {
916 if (filter.pfx.family && tb[IFA_LOCAL]) {
921 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/jce/provider/
JDKPKCS12KeyStore.java 63 import org.bouncycastle.asn1.pkcs.Pfx;
699 Pfx bag = Pfx.getInstance(obj);
1529 Pfx pfx = new Pfx(mainInfo, mData); local
    [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 683 static Bool IS_VALID_PFX ( Prefix pfx ) {
684 return toBool((pfx & 0xFFFF0000) == PFX_EMPTY);
687 static Bool haveREX ( Prefix pfx ) {
688 return toBool(pfx & PFX_REX);
691 static Int getRexW ( Prefix pfx ) {
692 return (pfx & PFX_REXW) ? 1 : 0;
695 static Int getRexR ( Prefix pfx ) {
696 return (pfx & PFX_REXR) ? 1 : 0;
699 static Int getRexX ( Prefix pfx ) {
700 return (pfx & PFX_REXX) ? 1 : 0
9087 Prefix pfx = PFX_EMPTY; local
    [all...]
  /tools/motodev/src/plugins/certmanager/lib/
bcpkix-jdk15on-147.jar 

Completed in 435 milliseconds