Searched refs:mxbuf (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/ip/
H A Diproute.c709 char mxbuf[256]; local
710 struct rtattr * mxrta = (void*)mxbuf;
794 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu);
804 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit);
814 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss);
824 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord);
834 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTT,
843 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTO_MIN,
854 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win);
864 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_CWN
[all...]

Completed in 96 milliseconds