OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mxbuf
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserLogRingCharBuffer.java
35
private int[]
mXBuf
= new int[BUFSIZE];
72
mXBuf
[mEnd] = x;
102
return
mXBuf
[index];
/external/iproute2/ip/
iproute.c
706
char
mxbuf
[256];
local
707
struct rtattr * mxrta = (void*)
mxbuf
;
791
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_MTU, mtu);
801
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_HOPLIMIT, hoplimit);
811
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_ADVMSS, mss);
821
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_REORDERING, reord);
831
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_RTT,
840
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_RTO_MIN,
851
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_WINDOW, win);
861
rta_addattr32(mxrta, sizeof(
mxbuf
), RTAX_CWND, win)
[
all
...]
Completed in 182 milliseconds