HomeSort by relevance Sort by last modified time
    Searched refs:IP (Results 1 - 25 of 351) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/net/
fib_tests.sh 16 IP="ip -netns ns1"
50 ip netns add ns1
51 $IP link set dev lo up
52 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1
53 ip netns exec ns1 sysctl -qw net.ipv6.conf.all.forwarding=1
55 $IP link add dummy0 type dummy
56 $IP link set dev dummy0 up
57 $IP address add 198.51.100.1/24 dev dummy0
58 $IP -6 address add 2001:db8:1::1/64 dev dummy
    [all...]
fib_rule_tests.sh 9 IP="ip -netns testns"
52 ip netns add testns
53 $IP link set dev lo up
55 $IP link add dummy0 type dummy
56 $IP link set dev dummy0 up
57 $IP address add 198.51.100.1/24 dev dummy0
58 $IP -6 address add 2001:db8:1::1/64 dev dummy0
65 $IP link del dev dummy0 &> /dev/null
66 ip netns del testn
    [all...]
msg_zerocopy.sh 38 readonly IP="$1"
45 if [[ "${IP}" == "4" ]]; then
48 elif [[ "${IP}" == "6" ]]; then
52 echo "Invalid IP version ${IP}"
74 ip netns del "${NS2}"
75 ip netns del "${NS1}"
85 ip netns add "${NS1}"
86 ip netns add "${NS2}"
88 ip link add "${DEV}" mtu "${DEV_MTU}" netns "${NS1}" type veth
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-nullptr-arg.cpp 3 template<int *ip> struct IP {};
6 void test1(IP<nullptr>) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
UserTest.cpp 88 const PHINode *IP = &P;
89 EXPECT_TRUE(IP->value_op_begin() == IP->value_op_begin());
90 EXPECT_FALSE(IP->value_op_begin() == IP->value_op_end());
91 EXPECT_TRUE(IP->value_op_begin() != IP->value_op_end());
92 EXPECT_FALSE(IP->value_op_end() != IP->value_op_end());
93 EXPECT_TRUE(IP->value_op_begin() < IP->value_op_end())
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 7 template<int *ip> struct IP { // expected-note 5 {{template parameter is declared here}}
8 IP<ip> *ip2;
11 template<int &ip> struct IR {};
21 IP<0> ip0; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}}
23 IP<nullptr> ip2;
24 IP<get_nullptr()> ip3;
25 IP<(int*)0> ip4
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 23 /// Moves I before IP. Returns new insert point.
24 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) {
25 // If I is IP, move the insert point down.
26 if (I == IP)
27 return ++IP;
28 // Otherwise, move I before IP and return IP.
29 I->moveBefore(&*IP);
30 return IP;
39 BasicBlock::iterator IP) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 23 /// Moves I before IP. Returns new insert point.
24 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) {
25 // If I is IP, move the insert point down.
26 if (I == IP)
27 return ++IP;
28 // Otherwise, move I before IP and return IP.
29 I->moveBefore(&*IP);
30 return IP;
39 BasicBlock::iterator IP) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
__aeabi_cdcmp.asm 25 MOV IP, R0
27 MOV R2, IP
29 MOV IP, R1
31 MOV R3, IP
35 PUSH {R0 - R3, IP, LR}
37 SUB IP, R0, #1
38 CMP IP, #0 // sets C and Z if R0 == 1
39 POPEQ {R0 - R3, IP, PC}
43 SUB IP, R0, #1
44 CMP IP, #1 // sets C if R0 == 0
    [all...]
__aeabi_cfcmp.asm 25 MOV IP, R0
27 MOV R1, IP
31 PUSH {R0 - R3, IP, LR}
33 SUB IP, R0, #1
34 CMP IP, #0 // sets C and Z if R0 == 1
35 POPEQ {R0 - R3, IP, PC}
39 SUB IP, R0, #1
40 CMP IP, #1 // sets C if R0 == 0
41 POP {R0 - R3, IP, PC}
  /external/scapy/scapy/layers/
gprs.py 12 from scapy.layers.inet import IP
21 bind_layers( GPRS, IP, )
  /external/curl/docs/cmdline-opts/
tls-max.d 14 .IP "default"
16 .IP "1.0"
18 .IP "1.1"
20 .IP "1.2"
22 .IP "1.3"
version.d 16 .IP "IPv6"
18 .IP "krb4"
20 .IP "SSL"
23 .IP "libz"
25 .IP "NTLM"
27 .IP "Debug"
30 .IP "AsynchDNS"
33 .IP "SPNEGO"
35 .IP "Largefile"
37 .IP "IDN
    [all...]
ftp-skip-pasv-ip.d 1 Long: ftp-skip-pasv-ip
2 Help: Skip the IP address for PASV
7 Tell curl to not use the IP address the server suggests in its response
9 will re-use the same IP address it already uses for the control
dns-servers.d 8 The list of IP addresses should be separated with commas. Port numbers
9 may also optionally be given as \fI:<port-number>\fP after each IP
  /external/scapy/scapy/contrib/
igmp.uts 10 b=IP(src="1.2.3.4")
15 assert x[IP].dst == "224.0.0.1"
20 b=IP(src="1.2.3.4")
25 assert x[IP].dst == "224.0.1.2"
30 b=IP(src="1.2.3.4")
36 assert x[IP].dst == "224.0.0.2"
40 x = Ether(src="00:01:02:03:04:05")/IP()/IGMP()
43 assert x[IP].dst == "224.0.0.1"
45 x = Ether(src="00:01:02:03:04:05")/IP()/IGMP(gaddr="224.2.3.4", type=0x12)
57 x = Ether(src="00:01:02:03:04:05")/IP(src="192.168.0.1")/IGMP(gaddr="224.0.0.2", type=0x17
    [all...]
etherip.py 20 from scapy.layers.inet import IP
28 bind_layers( IP, EtherIP, frag=0, proto=0x61)
  /external/bcc/examples/networking/vlan_filter/
data-plane-tracing.c 26 //filter IP packets (ethernet type = 0x0800) 0x0800 is IPv4 packet
28 case 0x0800: goto IP;
33 IP: ;
34 struct ip_t *ip = cursor_advance(cursor, sizeof(*ip)); // IP header (datagram) local
35 switch (ip->nextp){
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
InstructionInfoView.h 59 llvm::MCInstPrinter &IP)
60 : STI(sti), MCII(mcii), Source(S), MCIP(IP) {}
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 92 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool)
94 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!");
97 interval_part_interval_iterator I = intervals_begin(IP, false);
98 assert(I != intervals_end(IP) && "No intervals in interval partition!?!?!");
105 for (interval_part_interval_iterator E = intervals_end(IP); I != E; ++I)
  /external/llvm/lib/MC/
MCSection.cpp 71 iterator IP;
73 IP = end();
75 IP = MI->second->getIterator();
81 getFragmentList().insert(IP, F);
85 return IP;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
IntervalPartition.cpp 93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool)
95 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!");
98 interval_part_interval_iterator I = intervals_begin(IP, false);
99 assert(I != intervals_end(IP) && "No intervals in interval partition!?!?!");
106 for (interval_part_interval_iterator E = intervals_end(IP); I != E; ++I)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
IntervalPartition.cpp 94 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool)
96 assert(IP.getRootInterval() && "Cannot operate on empty IntervalPartitions!");
99 interval_part_interval_iterator I = intervals_begin(IP, false);
100 assert(I != intervals_end(IP) && "No intervals in interval partition!?!?!");
107 for (interval_part_interval_iterator E = intervals_end(IP); I != E; ++I)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSection.cpp 72 iterator IP;
74 IP = end();
76 IP = MI->second->getIterator();
82 getFragmentList().insert(IP, F);
86 return IP;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Mcast_ip_to_mac.c 2 Implementation of converting an multicast IP address to multicast HW MAC
19 Call undi to convert an multicast IP address to a MAC address.
23 @param IP Multicast IP address.
26 @retval EFI_SUCCESS The multicast IP address was mapped to the
37 IN EFI_IP_ADDRESS *IP,
59 CopyMem (&Cpb->IP, IP, sizeof (PXE_IP_ADDR));
105 Converts a multicast IP address to a multicast HW MAC address.
107 This function converts a multicast IP address to a multicast HW MAC address
    [all...]

Completed in 1118 milliseconds

1 2 3 4 5 6 7 8 91011>>