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

  /external/iproute2/ip/
iproute.c 667 char mxbuf[256]; local
668 struct rtattr * mxrta = (void*)mxbuf;
754 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu);
765 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit);
777 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss);
789 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord);
800 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTT,
809 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTO_MIN,
820 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win);
830 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_CWND, win)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 228 private int[] mXBuf = new int[BUFSIZE];
255 mXBuf[mEnd] = x;
284 return mXBuf[index];

Completed in 388 milliseconds