Searched defs:glob_arg (Results 1 – 2 of 2) sorted by relevance
256 struct glob_arg { struct257 int af; /* address family AF_INET/AF_INET6 */258 struct ip_range src_ip;259 struct ip_range dst_ip;260 struct mac_range dst_mac;261 struct mac_range src_mac;262 int pkt_size;263 int pkt_min_size;264 int burst;265 int forever;[all …]
104 } glob_arg; variable