Home
last modified time | relevance | path

Searched refs:loc_addr (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/iptables/
Diptables_lib.sh50 loc_addr="::1"
53 loc_addr="127.0.0.1"
148 tst_res TINFO "Rule to block icmp from $loc_addr"
150 NFRUN -A INPUT -s $loc_addr -p $proto -j DROP > tst_iptables.out 2>&1
157 tst_res TINFO "Pinging $loc_addr"
158 $ping_cmd -c 2 $loc_addr -W 1 -i 0 > tst_iptables.out 2>&1
167 tst_res TINFO "Ping $loc_addr not successful"
170 tst_res TFAIL "$toolname did not block $proto from $loc_addr"
175 tst_res TINFO "Deleting $proto DROP from $loc_addr rule"
178 tst_res TINFO "Pinging $loc_addr again"
[all …]
/third_party/ffmpeg/libavcodec/
Dhqx.c341 int blk_addr, loc_addr, mb_x, mb_y, pos, loc_row, i; in decode_slice() local
358 loc_addr = blk_addr % (grp_h * mb_w); in decode_slice()
360 mb_x = grp_w * (loc_addr / (grp_h_rest * grp_w)); in decode_slice()
361 pos = loc_addr % (grp_h_rest * grp_w); in decode_slice()
363 mb_x = grp_w * (loc_addr / (grp_h * grp_w)); in decode_slice()
364 pos = loc_addr % (grp_h * grp_w); in decode_slice()
/third_party/libbpf/src/
Dusdt.c230 long loc_addr; member
661 usdt_abs_ip = note.loc_addr; in collect_usdt_targets()
730 note.loc_addr, note.base_addr, usdt_abs_ip, usdt_rel_ip, note.args, in collect_usdt_targets()
1181 note->loc_addr = addrs[0]; in parse_usdt_note()