Home
last modified time | relevance | path

Searched refs:IP (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/netbsd-src/external/bsd/tcpdump/dist/tests/
H A Dforces2vvv.out1 05:12:46.942414 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:12:46.943161 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:12:46.943242 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:12:46.943643 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:12:47.944776 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:12:47.946163 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:12:47.946319 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:12:47.947214 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:12:48.948471 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:12:48.949179 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]
H A Dforces2vv.out1 05:05:09.298782 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
4 05:05:09.303686 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
7 05:05:09.304939 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
10 05:05:09.306408 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 05:05:10.309380 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
16 05:05:10.309715 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
19 05:05:10.309749 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26…
22 05:05:10.309952 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 05:05:11.310417 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68)
28 05:05:11.310768 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29…
[all …]
H A Dforces3vvv.out1 23:38:56.018934 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 76)
4 23:38:56.019037 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 23…
7 23:38:56.019110 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 20…
10 23:38:56.019241 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
13 23:38:56.019920 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 76)
16 23:38:56.020061 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 23…
19 23:38:56.020111 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 20…
22 23:38:56.020235 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36)
25 23:38:56.020433 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 76)
28 23:38:56.020578 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 23…
[all …]
/netbsd-src/external/gpl2/rcs/dist/
H A Drcs_func.ms6 .IP 1.
12 .IP a.
14 .IP b.
17 .IP c.
21 .IP 2.
27 .IP a.
29 .IP b.
31 .IP c.
34 .IP 3.
36 .IP 4.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp25 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { in moveBeforeInsertPoint() argument
27 if (I == IP) { in moveBeforeInsertPoint()
28 ++IP; in moveBeforeInsertPoint()
31 I->moveBefore(&*IP); in moveBeforeInsertPoint()
33 return IP; in moveBeforeInsertPoint()
42 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock() argument
44 for (auto I = IP, E = BB.end(); I != E; ++I) { in PrepareToSplitEntryBlock()
54 IP = moveBeforeInsertPoint(I, IP); in PrepareToSplitEntryBlock()
56 return IP; in PrepareToSplitEntryBlock()
/netbsd-src/tests/ipf/input/
H A Df213 # IP 4.4.4.4 2.2.2.2 TCP(20480,80)
10 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80)) UNREACH
17 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80)) REDIRECT
25 # IP 3.3.3.3 -> 5.5.5.5 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80)) UNREACH
H A Df223 # IP 4.4.4.4 2.2.2.2 TCP(20480,80)
10 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80)) UNREACH
17 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80)) REDIRECT
25 # IP 3.3.3.3 -> 5.5.5.5 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80)) UNREACH
H A Dni104 # IP 4.4.4.4 2.2.2.2 TCP(20480,80)
9 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80))
16 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80))
24 # IP 3.3.3.3 -> 4.4.4.4 ICMP (IP(4.4.4.4,6.6.6.6) TCP(20480,80))
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dheader_checks52 # .IP "\fBheader_checks\fR (default: empty)"
55 # .IP "\fBmime_header_checks\fR (default: \fB$header_checks\fR)"
59 # .IP "\fBnested_header_checks\fR (default: \fB$header_checks\fR)"
65 # .IP \fBbody_checks\fR
76 # .IP "\fBmilter_header_checks\fR (default: empty)"
86 # .IP "\fBsmtp_header_checks\fR (default: empty)"
87 # .IP "\fBsmtp_mime_header_checks\fR (default: empty)"
88 # .IP "\fBsmtp_nested_header_checks\fR (default: empty)"
89 # .IP "\fBsmtp_body_checks\fR (default: empty)"
114 # .IP "\fB/\fIpattern\fB/\fIflags action\fR"
[all …]
H A Daccess46 # .IP "\fIpattern action\fR"
49 # .IP "blank lines and comments"
52 # .IP "multi-line text"
61 # .IP \fIuser\fR@\fIdomain\fR
63 # .IP \fIdomain.tld\fR
69 # .IP \fI.domain.tld\fR
73 # .IP \fIuser\fR@
94 # .IP \fIdomain.tld\fR
100 # .IP \fI.domain.tld\fR
104 # .IP \fInet.work.addr.ess\fR
[all …]
H A Dldap_table46 # in $mydestination or $relay_domains etc., or IP addresses
73 # .IP "\fBserver_host (default: localhost)\fR"
107 # .IP "\fBserver_port (default: 389)\fR"
113 # .IP "\fBtimeout (default: 10 seconds)\fR"
119 # .IP "\fBsearch_base (No default; you must configure this)\fR"
125 # .IP
129 # .IP "\fB%%\fR"
131 # .IP "\fB%s\fR"
135 # .IP "\fB%u\fR"
141 # .IP "\fB%d\fR"
[all …]
H A Dpgsql_table37 # in $mydestination or $relay_domains etc., or IP addresses
46 # .IP "\fBhosts\fR"
64 # .IP "\fBuser\fR"
65 # .IP "\fBpassword\fR"
72 # .IP "\fBdbname\fR"
77 # .IP "\fBencoding\fR"
87 # .IP "\fBquery\fR"
97 # .IP "\fB%%\fR"
99 # .IP "\fB%s\fR"
103 # .IP "\fB%u\fR"
[all …]
H A Dmysql_table37 # in $mydestination or $relay_domains etc., or IP addresses
46 # .IP "\fBhosts\fR"
69 # .IP "\fBuser\fR"
70 # .IP "\fBpassword\fR"
77 # .IP "\fBdbname\fR"
82 # .IP "\fBquery\fR"
97 # .IP "\fB%%\fR"
99 # .IP "\fB%s\fR"
103 # .IP "\fB%u\fR"
109 # .IP "\fB%d\fR"
[all …]
H A Dmaster31 # .IP \(bu
34 # .IP \(bu
37 # .IP \(bu
51 # .IP "\fBService name\fR"
54 # .IP "\fBService type\fR"
57 # .IP \fBinet\fR
58 # The service listens on a TCP/IP socket and is accessible
65 # \fBservices\fR(5)) or in numeric form (IP address or port number).
79 # of hard-coding loopback IP address information in master.cf
81 # .IP \fBunix\fR
[all …]
H A Dsqlite_table37 # in $mydestination or $relay_domains etc., or IP addresses
46 # .IP "\fBdbpath\fR"
51 # .IP "\fBquery\fR"
61 # .IP "\fB%%\fR"
63 # .IP "\fB%s\fR"
67 # .IP "\fB%u\fR"
73 # .IP "\fB%d\fR"
77 # .IP "\fB%[SUD]\fR"
82 # .IP "\fB%[1-9]\fR"
91 # .IP
[all …]
H A Dcanonical66 # .IP "\fIpattern address\fR"
69 # .IP "blank lines and comments"
72 # .IP "multi-line text"
85 # .IP "\fIuser\fR@\fIdomain address\fR"
92 # .IP "\fIuser address\fR"
100 # .IP "@\fIdomain address\fR"
132 # .IP \(bu
135 # .IP \(bu
138 # .IP \(bu
193 # .IP "\fBcanonical_classes (envelope_sender, envelope_recipient, header_sender, header_recipient)\…
[all …]
H A Dbounce96 # .IP \(bu
99 # .IP \(bu
102 # .IP \(bu
119 # .IP \fBCharset:\fR
122 # .IP \fBFrom:\fR
125 # .IP \fBSubject:\fR
128 # .IP \fBPostmaster-Subject:\fR
136 # .IP \(bu
141 # .IP \(bu
143 # .IP \(bu
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp99 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures() local
101 if (!IP) in LLVMCreateDisasmCPUFeatures()
107 std::move(DisAsm), std::move(IP)); in LLVMCreateDisasmCPUFeatures()
263 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local
280 IP->printInst(&Inst, PC, AnnotationsStr, *DC->getSubtargetInfo(), in LLVMDisasmInstruction()
306 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
307 IP->setUseMarkup(true); in LLVMSetDisasmOptions()
313 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
314 IP->setPrintImmHex(true); in LLVMSetDisasmOptions()
326 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions() local
[all …]
H A DDisassembler.h74 std::unique_ptr<llvm::MCInstPrinter> IP; variable
95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext() argument
100 IP(std::move(IP)), Options(0), CommentStream(CommentsToEmit) {} in LLVMDisasmContext()
114 MCInstPrinter *getIP() { return IP.get(); } in getIP()
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dset.opt.texi58 @IP{altwerase [off]}
72 @IP{autoindent, ai [off]}
149 @IP{autoprint, ap [off]}
174 @IP{autowrite, aw [off]}
237 @IP{backup [""]}
261 @IP{beautify, bf [off]}
283 @IP{cdpath [environment variable CDPATH, or current directory]}
304 @IP{cedit [no default]}
348 @IP{columns, co [80]}
359 @IP{comment [off]}
[all …]
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dnat-setup6 network adapter connected to the network with private IP addresses which
10 For example, your internal interface might have an IP# of 10.1.1.1 and be
12 connection with an IP number of 204.51.62.176.
30 When you're connected to the Internet, you will either have a block of IP
32 single IP address, i.e. with dialup PPP. If you have a block of addresses
34 only a few internal IP addresses) or N:1 mappings, where groups of internal
35 addresses map to a single IP address and unless you have enough Internet
49 Or if you wanted to allocate subnets to each IP#, you might do:
63 IP Filter will always translate addresses in a packet _BEFORE_ it checks its
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c768 IPv4_DEVICE_PATH *IP __unused; in _DevPathIPv4()
771 IP = DevPath; in _DevPathIPv4()
773 CatPrintIPv4( Str , & IP-> RemoteIpAddress ) ; in _DevPathIPv4()
775 CatPrintNetworkProtocol( Str , IP-> Protocol ) ; in _DevPathIPv4()
776 CatPrint( Str , L",%s" , IP-> StaticIpAddress ? L"Static" : L"DHCP" ) ; in _DevPathIPv4()
777 show = IsNotNullIPv4( & IP-> LocalIpAddress ) ; in _DevPathIPv4()
778 if ( ! show && DevicePathNodeLength( & IP-> Header ) == sizeof( IPv4_DEVICE_PATH ) ) { in _DevPathIPv4()
780 show |= IsNotNullIPv4( & IP-> GatewayIpAddress ) ; in _DevPathIPv4()
781 show |= IsNotNullIPv4( & IP-> SubnetMask ) ; in _DevPathIPv4()
785 CatPrintIPv4( Str , & IP-> LocalIpAddress ) ; in _DevPathIPv4()
[all …]
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dprotocols4 ip 4 IP # IP in IP (encasulation)
56 swipe 53 SWIPE # IP with Encryption
58 mobile 55 MOBILE # IP Mobility (IP tunneling)
81 iso-ip 80 ISO-IP # ISO Internet Protocol
95 ipip 94 IPIP # IP-within-IP Encapsulation Protocol
98 etherip 97 ETHERIP # Ethernet-within-IP Encapsulation
103 ipcomp 108 IPCOMP # IP Payload Compression Protocol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp46 BasicBlock::iterator IP) { in ReuseOrCreateCast() argument
70 if (IP->getParent() == CI->getParent() && &*BIP != CI && in ReuseOrCreateCast()
71 (&*IP == CI || CI->comesBefore(&*IP))) { in ReuseOrCreateCast()
80 Builder.SetInsertPoint(&*IP); in ReuseOrCreateCast()
96 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local
98 IP = II->getNormalDest()->begin(); in findInsertPointAfter()
100 while (isa<PHINode>(IP)) in findInsertPointAfter()
101 ++IP; in findInsertPointAfter()
103 if (isa<FuncletPadInst>(IP) || isa<LandingPadInst>(IP)) { in findInsertPointAfter()
104 ++IP; in findInsertPointAfter()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h64 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { in getSourceGraphNode() argument
65 return IP->getBlockInterval(BB); in getSourceGraphNode()
114 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() argument
115 OrigContainer = &IP; in IntervalIterator()
116 if (!ProcessInterval(IP.getRootInterval())) { in IntervalIterator()
255 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) {
256 return interval_part_interval_iterator(IP, DeleteIntervals);
259 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { in intervals_end() argument

12345678910>>...38