Searched refs:udp_dst_max (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c287 __u16 udp_dst_max; /* exclusive, dest UDP port */ member in struct:pktgen_dev
637 " udp_src_min: %d udp_src_max: %d udp_dst_min: %d udp_dst_max: %d\n",
639 pkt_dev->udp_dst_min, pkt_dev->udp_dst_max);
1052 if (!strcmp(name, "udp_dst_max")) {
1058 if (value != pkt_dev->udp_dst_max) {
1059 pkt_dev->udp_dst_max = value;
1062 sprintf(pg_result, "OK: udp_dst_max=%u", pkt_dev->udp_dst_max);
2179 if (pkt_dev->udp_dst_min < pkt_dev->udp_dst_max) {
2182 (pkt_dev->udp_dst_max
[all...]

Completed in 89 milliseconds