Searched refs:get_uint (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/dumpcap/ |
| H A D | main.c | 142 static unsigned long get_uint(const char *arg, const char *name, in get_uint() function 180 stop.size = get_uint(value, "filesize", 0) * 1024; in auto_stop() 182 stop.packets = get_uint(value, "packets", 0); in auto_stop() 250 port = get_uint(arg, "port_number", UINT16_MAX); in select_interface() 350 stop.packets = get_uint(optarg, "packet_count", 0); in parse_opts() 375 ring_size = get_uint(optarg, "packet_limit", 0); in parse_opts() 387 snaplen = get_uint(optarg, "snap_len", 0); in parse_opts()
|