HomeSort by relevance Sort by last modified time
    Searched refs:opt_ul (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-udpsender.c 165 unsigned long opt_ul; /* option value in unsigned long */ local
194 opt_ul = strtoul(optarg, NULL, 0);
195 if (opt_ul < 1 || PORTNUMMAX < opt_ul) {
206 opt_ul = strtoul(optarg, NULL, 0);
207 udp_p->msgsize = opt_ul;
ns-igmp_querier.c 247 unsigned long opt_ul; /* option value in unsigned long */ local
281 opt_ul = strtoul(optarg, NULL, 0);
282 if (opt_ul > 255) {
287 max_resp = opt_ul;
ns-mcast_join.c 175 unsigned long opt_ul; /* option value in unsigned long */ local
241 opt_ul = strtoul(optarg, NULL, 0);
242 if (opt_ul > 255 * 254) {
248 num_group = opt_ul;
ns-mcast_receiver.c 160 unsigned long opt_ul; /* option value in unsigned long */ local
221 opt_ul = strtoul(optarg, NULL, 0);
222 if (opt_ul < PORTNUMMIN || PORTNUMMAX < opt_ul) {
ns-icmpv6_sender.c 429 unsigned long opt_ul; /* option value in unsigned long */ local
525 opt_ul = strtoul(optarg, NULL, 0);
526 if (opt_ul > ICMPV6_DATA_MAXSIZE) {
532 info_p->data_size = opt_ul;
564 opt_ul = strtoul(optarg, NULL, 0);
565 if (opt_ul > 0xFFFF) {
570 max_resp = opt_ul;
ns-icmpv4_sender.c 168 unsigned long opt_ul; /* option value in unsigned long */ local
216 opt_ul = strtoul(optarg, NULL, 0);
217 if (opt_ul > ICMPV4_DATA_MAXSIZE) {
223 fake_p->data_size = opt_ul;

Completed in 165 milliseconds