Searched refs:dst_ip (Results 1 – 18 of 18) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 49 $tcflags dst_ip 192.0.2.2 action drop 58 $tcflags dst_ip 198.51.100.2 action drop 95 $tcflags dst_ip 192.0.2.2 action drop 97 $tcflags dst_ip 192.0.2.2 action drop 114 $tcflags dst_ip 192.0.2.2 action drop 143 $tcflags dst_ip 192.0.2.2 action drop 145 $tcflags dst_ip 192.0.0.0/16 action drop 162 $tcflags dst_ip 192.0.2.0/24 action drop 196 flower $tcflags dst_ip 192.0.2.2/${i} src_ip 192.0.2.1 \ 232 $tcflags dst_ip 192.0.2.2 action drop [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | tc_actions.sh | 57 $tcflags dst_ip 192.0.2.2 action drop 66 $tcflags dst_ip 192.0.2.2 action mirred egress $action \ 86 $tcflags dst_ip 192.0.2.2 action drop 95 $tcflags dst_ip 192.0.2.2 action ok 121 skip_hw dst_ip 192.0.2.2 action drop 123 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \ 133 $tcflags dst_ip 192.0.2.2 action trap
|
D | tc_flower.sh | 91 $tcflags dst_ip 198.51.100.2 action drop 93 $tcflags dst_ip 192.0.2.2 action drop 95 $tcflags dst_ip 192.0.2.0/24 action drop
|
D | gre_multipath.sh | 99 flower dst_ip 192.0.2.66 action pass 101 flower dst_ip 192.0.2.82 action pass
|
D | tc_shblocks.sh | 54 $tcflags dst_ip 192.0.2.2 action drop
|
/external/autotest/client/tests/pktgen/ |
D | pktgen.py | 9 dst_ip='192.168.210.210', dst_mac='01:02:03:04:05:07', argument 34 self.pgset('dst ' + dst_ip)
|
/external/bcc/examples/networking/ |
D | tc_perf_event.py | 58 dst_ip = bytes(bytearray(skb_event.raw[38:54])) 61 socket.inet_ntop(socket.AF_INET6, dst_ip),
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-complete.c | 10 u32 dst_ip; //destination ip member 76 key.dst_ip = ip->dst; in http_filter()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | router_scale.sh | 127 skip_sw dst_ip 193.0.0.0/8 action drop 151 skip_sw dst_ip 193.0.0.0/8 action drop
|
D | tc_flower_scale.sh | 80 flower $tcflags dst_ip $(tc_flower_addr $i) \
|
D | mirror_gre_scale.sh | 82 flower $tcflags dst_ip $match_dip \
|
/external/u-boot/net/ |
D | net.c | 1056 struct in_addr dst_ip; in net_process_received_packet() local 1192 dst_ip = net_read_ip(&ip->ip_dst); in net_process_received_packet() 1193 if (net_ip.s_addr && dst_ip.s_addr != net_ip.s_addr && in net_process_received_packet() 1194 dst_ip.s_addr != 0xFFFFFFFF) { in net_process_received_packet() 1196 if (net_mcast_addr != dst_ip) in net_process_received_packet() 1240 &dst_ip, &src_ip, len); in net_process_received_packet()
|
/external/iputils/ |
D | arping.c | 381 struct in_addr src_ip, dst_ip; in recv_pack() local 411 memcpy(&dst_ip, p+ah->ar_hln+4+ah->ar_hln, 4); in recv_pack() 415 if (src.s_addr != dst_ip.s_addr) in recv_pack() 437 if (src.s_addr && src.s_addr != dst_ip.s_addr) in recv_pack() 447 if (dst_ip.s_addr != src.s_addr) { in recv_pack() 448 printf("for %s ", inet_ntoa(dst_ip)); in recv_pack()
|
/external/syzkaller/sys/test/ |
D | test.txt | 537 dst_ip int32be 556 dst_ip array[int8, 16]
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_verbs.h | 931 __be32 dst_ip; member 971 __u8 dst_ip[16]; member
|
/external/syzkaller/sys/linux/ |
D | vnet.txt | 458 dst_ip ipv4_addr 682 dst_ip ipv6_addr 1002 dst_ip ipv4_addr 1170 dst_ip ipv6_addr
|
/external/tcpdump/ |
D | print-juniper.c | 515 uint8_t dst_ip[4]; in juniper_es_print() member 559 ipaddr_string(ndo, &ih->dst_ip), in juniper_es_print()
|
/external/iproute2/bash-completion/ |
D | tc | 458 ip_proto dst_ip src_ip dst_port src_port'
|