Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c117 __u32 thresh3; in ipntable_modify() local
122 if (get_u32(&thresh3, *argv, 0)) in ipntable_modify()
125 addattr32(&req.n, sizeof(req), NDTA_THRESH3, thresh3); in ipntable_modify()
421 __u32 thresh3 = rta_getattr_u32(tb[NDTA_THRESH3]); in print_ntable() local
423 fprintf(fp, "thresh3 %u ", thresh3); in print_ntable()