HomeSort by relevance Sort by last modified time
    Searched full:msrc (Results 1 - 13 of 13) sorted by null

  /external/iproute2/ip/
ipmroute.c 50 inet_prefix msrc; member in struct:rtfilter
89 inet_prefix maddr, msrc; local
99 maddr.data, msrc.data, &vifi,
110 if (filter.msrc.family && inet_addr_match(&msrc, &filter.msrc, filter.msrc.bitlen))
114 format_host(AF_INET, 4, &msrc.data[0], sbuf, sizeof(sbuf)),
170 get_prefix(&filter.msrc, *argv, AF_INET);
iproute.c 105 inet_prefix msrc; member in struct:__anon2608
207 if (filter.msrc.family &&
208 (r->rtm_family != filter.msrc.family ||
209 (filter.msrc.bitlen >= 0 && filter.msrc.bitlen < r->rtm_src_len)))
220 if (filter.rsrc.family || filter.msrc.family) {
247 if (filter.msrc.family && filter.msrc.bitlen >= 0 &&
248 inet_addr_match(&src, &filter.msrc, r->rtm_src_len))
1146 get_prefix(&filter.msrc, *argv, do_ipv6)
    [all...]
  /external/qemu/slirp/
ip_icmp.c 194 * Send ICMP_UNREACH back to the source regarding msrc.
195 * mbuf *msrc is used as a template, but is NOT m_free()'d.
204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
213 DEBUG_ARG("msrc = %lx", (long )msrc);
214 DEBUG_ARG("msrc_len = %d", msrc->m_len);
218 /* check msrc */
219 if(!msrc) goto end_error;
220 ip = mtod(msrc, struct ip *);
244 new_m_size=sizeof(struct ip )+ICMP_MINLEN+msrc->m_len+ICMP_MAXDATALEN
    [all...]
ip_icmp.h 157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /external/qemu/slirp-android/
ip_icmp.c 196 * Send ICMP_UNREACH back to the source regarding msrc.
197 * mbuf *msrc is used as a template, but is NOT m_free()'d.
206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
215 DEBUG_ARG("msrc = %lx", (long )msrc);
216 DEBUG_ARG("msrc_len = %d", msrc->m_len);
220 /* check msrc */
221 if(!msrc) goto end_error;
222 ip = mtod(msrc, struct ip *);
246 new_m_size=sizeof(struct ip )+ICMP_MINLEN+msrc->m_len+ICMP_MAXDATALEN
    [all...]
ip_icmp.h 159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java 220 private String mSrc;
226 mSrc = src;
241 Log.d(TAG, mSrc + ": null cursor in " + formatTime(elapsed)
244 Log.d(TAG, mSrc + ": " + cursor.getCount() + " rows in " + formatTime(elapsed)
247 cursor.registerDataSetObserver(new MyDataSetObserver(mSrc, start, cursor));
251 Log.d(TAG, mSrc + ": interrupted");
286 mSrc = src;
296 Log.d(TAG, mSrc + ", update " + mUpdateCount + ": " + mCursor.getCount()
302 Log.d(TAG, mSrc + ": invalidated");
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 51 protected String mSrc;
75 mSrc = src;
90 mSrc = src;
101 mSrc = src;
193 * @return the mSrc
196 return mSrc;
AudioModel.java 99 mSrc = path.substring(path.lastIndexOf('/') + 1);
107 + " mSrc=" + mSrc
ImageModel.java 88 mSrc = uriImage.getSrc();
94 + " mSrc=" + mSrc
VideoModel.java 72 mSrc = path.substring(path.lastIndexOf('/') + 1);
81 + " mSrc=" + mSrc
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 29 private final float[] mSrc = new float[]{
42 mColorMatrix = new ColorMatrix(mSrc);
65 ColorMatrix cM1 = new ColorMatrix(mSrc);
67 assertTrue(mSrc.length == fA1.length);
68 int len = mSrc.length;
71 assertEquals(mSrc[i], fA1[i]);
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 52 private String mSrc;
68 mSrc = mPath.substring(mPath.lastIndexOf('/') + 1);
74 mSrc = mSrc.replace(' ', '_');
164 return mSrc;

Completed in 1910 milliseconds