Searched refs:INT (Results 1 – 5 of 5) sorted by relevance
16 int INT; member322 o->v.INT = atoi(val); in pmd_set_arg()325 o->v.INT = atoll(val); in pmd_set_arg()414 options("eth_type")->v.INT); in ark_pktgen_setup()417 hdr[0] = options("hdr_dW0")->v.INT; in ark_pktgen_setup()418 hdr[1] = options("hdr_dW1")->v.INT; in ark_pktgen_setup()419 hdr[2] = options("hdr_dW2")->v.INT; in ark_pktgen_setup()420 hdr[3] = options("hdr_dW3")->v.INT; in ark_pktgen_setup()435 options("num_pkts")->v.INT); in ark_pktgen_setup()452 options("ins_seq_num")->v.INT, in ark_pktgen_setup()[all …]
18 int INT; member341 o->v.INT = atoi(val); in set_arg()344 o->v.INT = atoll(val); in set_arg()399 options("eth_type")->v.INT); in ark_pktchkr_setup()401 hdr[0] = options("hdr_dW0")->v.INT; in ark_pktchkr_setup()402 hdr[1] = options("hdr_dW1")->v.INT; in ark_pktchkr_setup()403 hdr[2] = options("hdr_dW2")->v.INT; in ark_pktchkr_setup()404 hdr[3] = options("hdr_dW3")->v.INT; in ark_pktchkr_setup()419 options("num_pkts")->v.INT); in ark_pktchkr_setup()431 options("ins_seq_num")->v.INT, in ark_pktchkr_setup()[all …]
61 trap 'rm -f -- "$tmpfile"' INT TERM HUP EXIT
275 trap "rm -f '$tmpinput'" INT335 trap - INT
206 the user must send either an USR1, INT or TERM signal to the process.208 plus the INT and TERM will cause process termination as usual.