Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c124 __u32 thresh3; in ipntable_modify() local
129 if (get_u32(&thresh3, *argv, 0)) in ipntable_modify()
132 addattr32(&req.n, sizeof(req), NDTA_THRESH3, thresh3); in ipntable_modify()
429 __u32 thresh3 = rta_getattr_u32(tb[NDTA_THRESH3]); in print_ntable() local
430 fprintf(fp, "thresh3 %u ", thresh3); in print_ntable()