Searched refs:loc_addr (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/network/iptables/ |
D | iptables_lib.sh | 51 loc_addr="::1" 54 loc_addr="127.0.0.1" 149 tst_res TINFO "Rule to block icmp from $loc_addr" 151 NFRUN -A INPUT -s $loc_addr -p $proto -j DROP > tst_iptables.out 2>&1 158 tst_res TINFO "Pinging $loc_addr" 159 $ping_cmd -c 2 $loc_addr -W 1 -i 0 > tst_iptables.out 2>&1 168 tst_res TINFO "Ping $loc_addr not successful" 171 tst_res TFAIL "$toolname did not block $proto from $loc_addr" 176 tst_res TINFO "Deleting $proto DROP from $loc_addr rule" 179 tst_res TINFO "Pinging $loc_addr again" [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | hqx.c | 341 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/ |
D | usdt.c | 230 long loc_addr; member 655 usdt_abs_ip = note.loc_addr; in collect_usdt_targets() 724 note.loc_addr, note.base_addr, usdt_abs_ip, usdt_rel_ip, note.args, in collect_usdt_targets() 1137 note->loc_addr = addrs[0]; in parse_usdt_note()
|