Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute.c860 char mxbuf[256]; in iproute_modify() local
861 struct rtattr *mxrta = (void *)mxbuf; in iproute_modify()
977 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_MTU, mtu); in iproute_modify()
988 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
999 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_ADVMSS, mss); in iproute_modify()
1010 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord); in iproute_modify()
1021 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTT, in iproute_modify()
1031 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_RTO_MIN, in iproute_modify()
1043 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win); in iproute_modify()
1054 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()