Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute.c825 char mxbuf[256]; in iproute_modify() local
826 struct rtattr * mxrta = (void*)mxbuf; in iproute_modify()
939 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu); in iproute_modify()
949 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
959 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss); in iproute_modify()
969 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord); in iproute_modify()
979 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTT, in iproute_modify()
988 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTO_MIN, in iproute_modify()
999 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win); in iproute_modify()
1009 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_CWND, win); in iproute_modify()
[all …]
/external/toybox/toys/pending/
Dip.c1887 char mxbuf[256], *d = NULL; in route_update() local
1888 struct rtattr *mxrta = (void*)mxbuf; in route_update()