Searched refs:IP (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperf_udp.sh86 ##IP=`host $1 | awk '{print $3}'`
91 IP=`getip $1`
93 IP=`grep $1 /etc/hosts | awk '{print $1}'`
97 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 y y
99 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 y n
101 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 n y
103 client 0 "ncadg_ip_udp:${IP}[2001]" 3 40 n n
105 client 1 "ncadg_ip_udp:${IP}[2001]" 3 40 y y 400
107 client 1 "ncadg_ip_udp:${IP}[2001]" 3 40 y n 400
109 client 1 "ncadg_ip_udp:${IP}[200
[all...]
H A Dperf_tcp.sh86 ##IP=`host $1 | awk '{print $3}'`
91 IP=`getip $1`
93 IP=`grep $1 /etc/hosts | awk '{print $1}'`
99 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 y y || FAILED="$FAILED 0a"
101 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 y n || FAILED="$FAILED 0b"
103 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 n y || FAILED="$FAILED 0c"
105 client 0 "ncacn_ip_tcp:${IP}[2001]" 3 40 n n || FAILED="$FAILED 0d"
107 client 1 "ncacn_ip_tcp:${IP}[2001]" 3 40 y y 400 || FAILED="$FAILED 1a"
109 client 1 "ncacn_ip_tcp:${IP}[2001]" 3 40 y n 400 || FAILED="$FAILED 1b"
111 client 1 "ncacn_ip_tcp:${IP}[200
[all...]
/macosx-10.10.1/CPAN-56/Modules/IP-Country-2.27/
H A DMakefile1 NAME = IP-Country
/macosx-10.10.1/CPAN-56/Modules/IP-Country-2.28/
H A DMakefile1 NAME = IP-Country
/macosx-10.10.1/CPAN-56/Modules/Net-IP-1.25/
H A DMakefile1 NAME = Net-IP
/macosx-10.10.1/CPAN-56/Modules/Net-IP-1.26/
H A DMakefile1 NAME = Net-IP
/macosx-10.10.1/sudo-73/src/
H A Dsudoers.man.pl25 } elsif (/^\.IP "(role|type)"/) {
28 } elsif (/^\.IP "use_loginclass"/) {
31 } elsif ($cond && /^\.(Sh|SS|IP|PP)/) {
H A Dsudo.man.pl15 if (/^\.IP.*-([acrt])/) {
18 } elsif ($cond && /^\.(Sh|SS|IP|PP)/) {
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_indented_paragraph.rb8 @IP = RDoc::Markup::IndentedParagraph
12 ip = @IP.new 2, 'a', 'b'
23 paragraph = @IP.new 0
31 one = @IP.new 1
32 two = @IP.new 2
39 paragraph = @IP.new(2, 'hello', ' world')
45 paragraph = @IP.new(2, 'hello', hard_break, 'world')
/macosx-10.10.1/CPAN-56/Modules/NetAddr-IP-4.072/
H A DMakefile1 NAME = NetAddr-IP
/macosx-10.10.1/CPAN-56/Modules/NetAddr-IP-4.065/
H A DMakefile1 NAME = NetAddr-IP
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DIntervalPartition.cpp93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) argument
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)
H A DScalarEvolutionExpander.cpp27 /// ReuseOrCreateCast - Arrange for there to be a cast of V to Ty at IP,
33 BasicBlock::iterator IP) {
35 // point. It doesn't need to be the actual IP where the uses of the returned
36 // cast will be added, but it must dominate such IP.
54 // If the cast isn't where we want it, create a new cast at IP.
57 if (BasicBlock::iterator(CI) != IP || BIP == IP) {
61 Ret = CastInst::Create(Op, V, Ty, "", IP);
74 Ret = CastInst::Create(Op, V, Ty, V->getName(), IP);
76 // We assert at the end of the function since IP migh
31 ReuseOrCreateCast(Value *V, Type *Ty, Instruction::CastOps Op, BasicBlock::iterator IP) argument
130 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); local
142 BasicBlock::iterator IP = I; ++IP; local
163 BasicBlock::iterator IP = Builder.GetInsertPoint(); local
536 BasicBlock::iterator IP = Builder.GetInsertPoint(); local
1478 expandCodeFor(const SCEV *SH, Type *Ty, Instruction *IP) argument
1688 Instruction *IP = isa<PHINode>(OrigInc) local
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dio-socket-ip.t16 # check if we have loaded IO::Socket::IP, IO::Socket::SSL should do it by
18 unless( IO::Socket::SSL->CAN_IPV6 eq "IO::Socket::IP" ) {
20 if ( ! eval { require IO::Socket::IP; IO::Socket::IP->VERSION(0.11) } ) {
21 print "1..0 # Skipped: no IO::Socket::IP 0.11 available\n";
23 print "1..1\nnot ok # automatic use of IO::Socket::IP\n";
30 if ( ! IO::Socket::IP->new(
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.h75 llvm::OwningPtr<llvm::MCInstPrinter> IP; member in class:llvm::LLVMDisasmContext
100 IP.reset(iP);
112 MCInstPrinter *getIP() { return IP.get(); }
H A DDisassembler.cpp87 MCInstPrinter *IP = TheTarget->createMCInstPrinter(AsmPrinterVariant, local
89 assert(IP && "Unable to create instruction printer!");
94 STI, MII, Ctx, DisAsm, IP);
154 MCInstPrinter *IP = DC->getIP(); local
170 IP->printInst(&Inst, OS, Comments);
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DSparseSetTest.cpp46 std::pair<USet::iterator, bool> IP = Set.insert(5); local
47 EXPECT_TRUE(IP.second);
48 EXPECT_TRUE(IP.first == Set.begin());
62 IP = Set.insert(5);
63 EXPECT_FALSE(IP.second);
64 EXPECT_TRUE(IP.first == Set.begin());
106 std::pair<USet::iterator, bool> IP = Set.insert(3); local
107 EXPECT_FALSE(IP.second);
108 EXPECT_TRUE(IP.first == Set.begin() + 1);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DIntervalIterator.h59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { argument
60 return IP->getBlockInterval(BB);
108 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { argument
109 OrigContainer = &IP;
110 if (!ProcessInterval(IP.getRootInterval())) {
249 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) { argument
250 return interval_part_interval_iterator(IP, DeleteIntervals);
253 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { argument
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dfixman63 print "$delim .IP \"\\fB$name ($defval_text{$name})\\fR\"\n";
81 $block =~ s/<\/dl>/\n.RE\n.IP ""\n/g;
82 $block =~ s/<\/ul>/\n.RE\n.IP ""\n/g;
85 $block =~ s/<li>\s*/\n.IP \\(bu\n/g;
86 $block =~ s/<dt>\s*/\n.IP "/g;
99 $block =~ s/\.IP ""\n(\.sp\n)+/.IP ""\n/g;
100 $block =~ s/\.IP ""\n(\.[A-Z][A-Z])/\1/g;
101 $block =~ s/(.IP ""\n)+$//;
103 #$wantpp = !($block =~ /^\.(SH|IP)/);
[all...]
H A Dpostconf2man67 $block =~ s/<li>\s*/\n.IP \\(bu\n/g;
68 $block =~ s/<dt>\s*/\n.IP "/g;
87 $wantpp = !($block =~ /^\.(SH|IP)/);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DShadowStackGC.cpp390 BasicBlock::iterator IP = F.getEntryBlock().begin(); local
391 IRBuilder<> AtEntry(IP->getParent(), IP);
396 while (isa<AllocaInst>(IP)) ++IP;
397 AtEntry.SetInsertPoint(IP->getParent(), IP);
420 while (isa<StoreInst>(IP)) ++IP;
421 AtEntry.SetInsertPoint(IP
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Drunall.sh39 I: the IP addresses 10.53.0.1 through 10.53.0.7 are configured
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dprotocols9 ip 0 IP # internet protocol, pseudo protocol number
14 ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'')
63 swipe 53 SWIPE # IP with Encryption
65 mobile 55 MOBILE # IP Mobility
90 iso-ip 80 ISO-IP # ISO Internet Protocol
104 ipip 94 IPIP # Yet Another IP encapsulation
107 etherip 97 ETHERIP # Ethernet-within-IP Encapsulatio
[all...]
/macosx-10.10.1/apache-793/httpd/test/
H A Dmake_sni.sh30 # IP address these hostnames are bound to.
31 IP=${IP:-127.0.0.1}
45 echo " -a IP IP address to use for this virtual host (default is $IP)"
68 IP=$2; shift
192 Listen ${IP}:443
193 NameVirtualHost ${IP}:443
236 ZADD="IN A $IP"
[all...]
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_ancdata.rb26 assert(ancdata.cmsg_is?(:IP, :PKTINFO))
27 assert(ancdata.cmsg_is?("IP", "PKTINFO"))
55 assert(!ancdata.cmsg_is?(:IP, :PKTINFO))

Completed in 179 milliseconds

12345