Home | History | Annotate | Download | only in ip

Lines Matching refs:rbits

66 	fprintf(stderr, "Usage: ip xfrm policy set [ hthresh4 LBITS RBITS ] [ hthresh6 LBITS RBITS ]\n");
982 fprintf(fp," remote %d", th->rbits);
995 fprintf(fp," remote %d", th->rbits);
1036 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 32)
1037 invarg("hthresh4 RBITS value is invalid", *argv);
1051 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 128)
1052 invarg("hthresh6 RBITS value is invalid", *argv);